diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index a838a0d..5910c47 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -1,10 +1,8 @@ +[language-server.rust-analyzer.config.checkOnSave] +command = "clippy" + [[language]] name = "rust" -language-server = { command = "rust-analyzer", args = ["-q"] } -auto-format = true -roots = ["Cargo.toml"] -[language.config.checkOnSave] -command = "clippy" [language.auto-pairs] '(' = ')' '{' = '}'