Skip to content
Snippets Groups Projects
Commit 0ae3958a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix-lsp-helix' into 'master'

Fix LSP in helix

See merge request !218
parents 0deb0d79 ffe9bb85
No related branches found
No related tags found
1 merge request!218Fix LSP in helix
[editor]
auto-format = false
[[language]]
name = "rust"
[[language.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]]
targets = ["x86_64-unknown-kernel", "i686-unknown-kernel", "aarch64-unknown-kernel"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment