From 90f0b4aa63f86ae5e791566dde6d2fdb9f4fce80 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 23 Aug 2025 09:44:28 +0800 Subject: [PATCH] fix(nvim): rust-analyzer config It has been broken for thousands of years. --- modules/coding/editor/neovim/nvim/lua/plugins/lsp/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coding/editor/neovim/nvim/lua/plugins/lsp/lspconfig.lua b/modules/coding/editor/neovim/nvim/lua/plugins/lsp/lspconfig.lua index 7df6ff3..cc9b78e 100644 --- a/modules/coding/editor/neovim/nvim/lua/plugins/lsp/lspconfig.lua +++ b/modules/coding/editor/neovim/nvim/lua/plugins/lsp/lspconfig.lua @@ -36,7 +36,7 @@ local extra_config = { }, rust_analyzer = { settings = { - rust_analyzer = { + ["rust-analyzer"] = { check = { command = "clippy", },