Skip to content

Commit

Permalink
Update rust-analyzer binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
dlom authored and rwols committed Feb 24, 2020
1 parent 81a0327 commit 1d096c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@
"syntaxes": ["Packages/Rust/Rust.sublime-syntax", "Packages/Rust Enhanced/RustEnhanced.sublime-syntax"],
"languageId": "rust"
},
"ra-lsp":
"rust-analyzer":
{
"command": ["ra_lsp_server"],
"command": ["rust-analyzer"],
"scopes": ["source.rust"],
"syntaxes": ["Packages/Rust/Rust.sublime-syntax", "Packages/Rust Enhanced/RustEnhanced.sublime-syntax"],
"languageId": "rust"
Expand Down

0 comments on commit 1d096c7

Please sign in to comment.