diff options
| author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> | 2021-12-24 18:00:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-24 12:00:21 -0500 |
| commit | 45b9e4c068f178ae83194492b1d3daa4c5d48e9e (patch) | |
| tree | 7fd6602c402d1ab42505f60c9fe60b252ee8c62c /README.md | |
| parent | fix: attach to buffer when manually launching in single file mode (#1599) (diff) | |
| download | nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.tar nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.tar.gz nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.tar.bz2 nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.tar.lz nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.tar.xz nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.tar.zst nvim-lspconfig-45b9e4c068f178ae83194492b1d3daa4c5d48e9e.zip | |
docs: fix URLS to example configurations (#1604)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,9 +200,9 @@ a new configuration for it would be appreciated. You can follow these steps: 3. Create a new file at `lua/lspconfig/SERVER_NAME.lua`. - - Copy an [existing config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/) + - Copy an [existing config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/) to get started. Most configs are simple. For an extensive example see - [texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/texlab.lua). + [texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/texlab.lua). 4. Ask questions on our [Discourse](https://neovim.discourse.group/c/7-category/7) or in the [Neovim Gitter](https://gitter.im/neovim/neovim). |
