Skip to content

Commit

Permalink
.config/sublime-text: LSP-rust-analyzer: use system rust-analyzer
Browse files Browse the repository at this point in the history
This will still download the blob but at least it won't execute it
(pending sublimelsp/LSP-rust-analyzer#128).
  • Loading branch information
intelfx committed May 2, 2024
1 parent fff165e commit b0bc6e0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Settings in here override those in "LSP-rust-analyzer/LSP-rust-analyzer.sublime-settings"

{
"command": [
"/usr/bin/rust-analyzer"
],
}

0 comments on commit b0bc6e0

Please sign in to comment.