From dd999f6913862be2c53f296d0653f7b12749c238 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 19 Oct 2024 23:47:38 -0500 Subject: [PATCH] nixd/docs/editor-setup: fix lspconfig link Upstream recently renamed server_configurations -> configs --- nixd/docs/editor-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixd/docs/editor-setup.md b/nixd/docs/editor-setup.md index 8202b7b7..48061bda 100644 --- a/nixd/docs/editor-setup.md +++ b/nixd/docs/editor-setup.md @@ -80,7 +80,7 @@ According to `:help coc-config.txt`, `coc-settings.json`: ### Neovim Neovim native LSP and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). -We are officially supported by nvim-lspconfig, see [upstream docs](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.txt#nixd) +We are officially supported by nvim-lspconfig, see [upstream docs](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.txt#nixd) ### Emacs