File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ nvim --headless +"Lazy! sync" +qa
20
20
21
21
- To install [ ** ` treesitter ` ** ] [ Treesitter ] of ` x ` language Run ` :TSInstall [x] ` !
22
22
- On [ ` NIX ` ] [ Nix ] , run ` nix develop ` to enter a shell with ` pwnvim ` .
23
- - Install ` lsp servers ` and configure inside [ ** ` servers .lua` ** ] [ Server ] .
23
+ - Install ` lsp servers ` and configure inside [ ** ` lsp .lua` ** ] [ LSP ] .
24
24
- See [ ** ` :help lspconfig-all ` ** ] [ Lspconfig ] to get an understanding of how
25
25
you would setup a language server protocol.
26
26
``` lua
@@ -41,5 +41,5 @@ nvim --headless +"Lazy! sync" +qa
41
41
[Lspconfig ]: https :// github .com / neovim / nvim - lspconfig / blob / master / doc / server_configurations .md
42
42
[Treesitter ]: https :// github .com / nvim - treesitter / nvim - treesitter
43
43
[Mason ]: https :// github .com / williamboman / mason .nvim
44
- [Server ]: / lua / plugins / servers .lua
44
+ [LSP ]: / lua / plugins / lsp .lua
45
45
[Nix ]: https :// github .com / NixOS / nix
You can’t perform that action at this time.
0 commit comments