diff options
Diffstat (limited to '.config/helix/languages.toml')
-rw-r--r-- | .config/helix/languages.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 270e3a4..31a9d81 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -2,6 +2,13 @@ name = "rust" auto-format = true +[language-server.rust-analyzer.config.check] +command = "clippy" +features = "all" + +[language-server.rust-analyzer.config.rustfmt] +extraArgs = [ "+nightly" ] + [[language]] name = "email" scope = "source.text" |