diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 3414c06..93e993d 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -2,6 +2,7 @@ name = "rust" language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] } auto-format = true +roots = ["Cargo.toml"] [language.config.checkOnSave] command = "clippy"