From fb02680e755fe789e0999df2d208d9adb8fed676 Mon Sep 17 00:00:00 2001 From: Yochem van Rosmalen Date: Sun, 13 Apr 2025 14:18:16 +0200 Subject: docs: update contributing.md to new style lsp config #3712 Problem: Contributing guide describes old style of lsp configuration. Solution: Change to explain new style. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 240645d5..d2246f88 100644 --- a/README.md +++ b/README.md @@ -172,10 +172,10 @@ If a language server is missing from [configs.md](doc/configs.md), contributing a new configuration for it helps others, especially if the server requires special setup. Follow these steps: 1. Read [CONTRIBUTING.md](CONTRIBUTING.md). -2. Create a new file at `lua/lspconfig/configs/SERVER_NAME.lua`. - - Copy an [existing config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/configs/) +2. Create a new file at `lsp/SERVER_NAME.lua`. + - Copy an [existing config](https://github.com/neovim/nvim-lspconfig/tree/master/lsp) to get started. Most configs are simple. For an extensive example see - [texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/configs/texlab.lua). + [texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lsp/texlab.lua). 3. Ask questions on [GitHub Discussions](https://github.com/neovim/neovim/discussions) or in the [Neovim Matrix room](https://app.element.io/#/room/#neovim:matrix.org). ### Release process -- cgit v1.2.3-70-g09d2