Updates .helix config to the new file format
This commit is contained in:
parent
ad16b747ea
commit
dc1ba28f91
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue