Updates .helix config to the new file format

This commit is contained in:
Dmitry Mottl 2024-08-11 16:13:53 +08:00 committed by Jacob Lorentzon
parent ad16b747ea
commit dc1ba28f91
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
[[language]]
name = "rust"
[[language.config.cargo]]
[[language-server.rust-analyzer.config.cargo]]
extraEnv = ["RUST_TARGET_PATH=targets"]
# Select one of targets to make lsp work for your confguration
# Do not commit this change
# TODO: find a better way to do this
# target = "aarch64-unknown-kernel"
[[language.config.check]]
[[language-server.rust-analyzer.config.check]]
targets = ["x86_64-unknown-kernel", "i686-unknown-kernel", "aarch64-unknown-kernel"]