commit 3becf845e53965e579b9ecc48ea9368400907793
parent fa9fb0cbaa82eeb285975866a556aeadaa29b5c2
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Fri, 28 Nov 2025 16:24:29 +0000
Bug 2002427 - Update the neovim configuration docs. r=sylvestre
Neoconf doesn't work with the editor's built-in LSP configuration
(https://github.com/folke/neoconf.nvim/issues/116).
Differential Revision: https://phabricator.services.mozilla.com/D274401
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/contributing/editors/vim.rst b/docs/contributing/editors/vim.rst
@@ -36,7 +36,7 @@ You also need to set some options to get full diagnostics:
"rust-analyzer.cargo.buildScripts.overrideCommand": [ "/path/to/mach", "--log-no-times", "cargo", "check", "--all-crates", "--message-format-json" ],
The easiest way to make these work out of the box is using
-`neoconf <https://github.com/folke/neoconf.nvim/>`__, which
+`codesettings.nvim <https://github.com/mrjones2014/codesettings.nvim>`__, which
automatically supports importing VSCode configuration files.
:code:`./mach ide vscode --no-interactive` will then generate the right
configuration for you.