1
0
Fork 0

neovim: Update rust-analyzer config

This commit is contained in:
Jeremy Kaplan 2025-09-02 21:12:57 -04:00
commit 9945cff7b4

View file

@ -436,9 +436,8 @@ return {
local lsp_settings = { local lsp_settings = {
rust_analyzer = { rust_analyzer = {
["rust-analyzer"] = { ["rust-analyzer"] = {
checkOnSave = { checkOnSave = true,
command = "clippy", check = { command = "clippy" },
},
}, },
}, },
gopls = { gopls = {