1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add roots for Rust

This commit is contained in:
Mo 2023-04-19 14:11:26 +02:00
parent 8af83b7a4e
commit c3ae689be8

View file

@ -2,6 +2,7 @@
name = "rust" name = "rust"
language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] } language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] }
auto-format = true auto-format = true
roots = ["Cargo.toml"]
[language.config.checkOnSave] [language.config.checkOnSave]
command = "clippy" command = "clippy"