From 9945cff7b4c7db9bb7c06555fa3707d8b2276ec2 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 2 Sep 2025 21:12:57 -0400 Subject: [PATCH] neovim: Update rust-analyzer config --- neovim/lua/plugins/ide.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = {