diff --git a/neovim/lua/plugins/ide.lua b/neovim/lua/plugins/ide.lua index 83e6e12..ecbf088 100644 --- a/neovim/lua/plugins/ide.lua +++ b/neovim/lua/plugins/ide.lua @@ -436,9 +436,8 @@ return { local lsp_settings = { rust_analyzer = { ["rust-analyzer"] = { - checkOnSave = { - command = "clippy", - }, + checkOnSave = true, + check = { command = "clippy" }, }, }, gopls = {