diff --git a/user/kakoune/kak-lsp.toml b/user/kakoune/kak-lsp.toml index 8df4bbd..9a9704b 100644 --- a/user/kakoune/kak-lsp.toml +++ b/user/kakoune/kak-lsp.toml @@ -208,6 +208,7 @@ args = [ [language.rust.settings.rust-analyzer] ## this can use too much space and processing power # checkOnSave.extraArgs = ["--target-dir", "./target/check"] +checkOnSave.command = "clippy" hoverActions.enable = false # kak-lsp doesn't support this at the moment # procMacro.enable = true # cargo.loadOutDirsFromCheck = true