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

Use rust-analyzer from rustup

This commit is contained in:
Mo 2022-12-24 22:48:05 +01:00
parent 1ba75d8e26
commit 8641af6e25

View file

@ -1,3 +1,8 @@
[[language]]
name = "rust"
language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] }
auto-format = true
[[language]]
name = "python"
roots = ["pyproject.toml"]