aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorZeger Van de Vannet <747627+zegervdv@users.noreply.github.com>2021-12-24 18:00:21 +0100
committerGitHub <noreply@github.com>2021-12-24 12:00:21 -0500
commit45b9e4c068f178ae83194492b1d3daa4c5d48e9e (patch)
tree7fd6602c402d1ab42505f60c9fe60b252ee8c62c /README.md
parentfix: attach to buffer when manually launching in single file mode (#1599) (diff)
downloadnvim-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85f1eb02..603bd03b 100644
--- a/README.md
+++ b/README.md
@@ -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).