Skip to content

Commit b91b2a2

Browse files
committed
helix and gitignore
1 parent 24ed2c7 commit b91b2a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Sessionx.vim
6060
# Zed
6161
/.zed
6262

63+
.helix
64+
6365
/unminified-js
6466
/unminified-css
6567

.helix/languages.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[language-server.rust-analyzer.config]
2+
check.overrideCommand = ["./mach", "check", "--message-format=json", "--target-dir", "target/lsp" ]
3+
cargo.buildScripts.overrideCommand = [ "./mach", "check", "--message-format=json", "--target-dir", "target/lsp"]
4+
rustfmt.overrideCommand = [ "./mach", "fmt" ]

0 commit comments

Comments
 (0)