How do I add the following to rust-analyzer in helix? { "rust-analyzer.diagnostics.disabled": [ "inactive-code" ] } #4314
Answered
by
the-mikedavis
boroicamarius
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Oct 16, 2022
Replies: 1 comment 3 replies
-
You can use custom [[language]]
name = "rust"
[language.config]
diagnostics.disabled = [ "inactive-code" ] |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
boroicamarius
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use custom
languages.toml
configuration to add to the configuration passed to rust-analyzer on initialization: