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

Update helix config to match the next release

This commit is contained in:
Mo 2023-06-25 20:53:51 +02:00
parent bda305e456
commit 0d6f2c009d

View file

@ -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]
'(' = ')'
'{' = '}'