From 026976480929938757c54b09ed50fde6ac1c8b87 Mon Sep 17 00:00:00 2001 From: Diogo Marques Costa <39312512+diogofalken@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:36:28 +0000 Subject: [PATCH] docs: update nvim-lspconfig link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a1da886b..576d5ec09c 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,6 @@ code --install-extension /path/to/ngls.vsix ## Angular Language Service for Other Editors - [coc-angular](https://github.com/iamcco/coc-angular) for ([Neo](https://neovim.io))[vim](https://www.vim.org/) -- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#angularls) for [Neovim](https://neovim.io) +- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#angularls) for [Neovim](https://neovim.io) - [Wild Web Developer](https://github.com/eclipse/wildwebdeveloper) for Eclipse - [lsp-mode](https://github.com/emacs-lsp/lsp-mode) for Emacs