Skip to content

Commit

Permalink
Add .helix/languages.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Nov 18, 2023
1 parent e029bed commit 699836b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .helix/languages.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[language-server.rust-analyzer]
command = "rust-analyzer"
config.cargo.target = "wasm32-unknown-unknown"
config.check.overrideCommand = [
"cargo",
"clippy",
"--target=wasm32-unknown-unknown",
"--examples",
"--bins",
"--lib",
"--workspace",
"--message-format=json",
]

0 comments on commit 699836b

Please sign in to comment.