Skip to content

Commit c287025

Browse files
committed
chore(docs): fixed lsp servers file location
1 parent 7ec3d39 commit c287025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nvim --headless +"Lazy! sync" +qa
2020

2121
- To install [**`treesitter`**][Treesitter] of `x` language Run `:TSInstall [x]` !
2222
- 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].
2424
- See [**`:help lspconfig-all`**][Lspconfig] to get an understanding of how
2525
you would setup a language server protocol.
2626
```lua
@@ -41,5 +41,5 @@ nvim --headless +"Lazy! sync" +qa
4141
[Lspconfig]: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
4242
[Treesitter]: https://github.com/nvim-treesitter/nvim-treesitter
4343
[Mason]: https://github.com/williamboman/mason.nvim
44-
[Server]: /lua/plugins/servers.lua
44+
[LSP]: /lua/plugins/lsp.lua
4545
[Nix]: https://github.com/NixOS/nix

0 commit comments

Comments
 (0)