From 45b9e4c068f178ae83194492b1d3daa4c5d48e9e Mon Sep 17 00:00:00 2001 From: Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> Date: Fri, 24 Dec 2021 18:00:21 +0100 Subject: docs: fix URLS to example configurations (#1604) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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). -- cgit v1.2.3-70-g09d2