From 5749b94d36fc02a69db489142dee11bfa6a16d0d Mon Sep 17 00:00:00 2001 From: Julian Visser <12615757+justmejulian@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:46:37 +0200 Subject: [PATCH] Fix broken link to nvim-lspconfig ember --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0784220..3607c273b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ All features currently only work in Ember CLI application that use the default c ## Editor Plugins * VSCode: [Unstable Ember Language Server](https://github.com/lifeart/vscode-ember) -* Neo (Vim): [coc-ember](https://github.com/NullVoxPopuli/coc-ember), [native LSP integration](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#ember) +* Neo (Vim): [coc-ember](https://github.com/NullVoxPopuli/coc-ember), [native LSP integration](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#ember) * Emacs using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) * GitPod, Onivim, Coder, VSCodium, and Theia using [Open VSX](https://open-vsx.org/extension/lifeart/vscode-ember-unstable)