Skip to content

Commit

Permalink
Use rustic-analyzer-command
Browse files Browse the repository at this point in the history
Set rust-analyzer's path to rustic-analyzer-command instead of lsp-rust-analyzer-server-command
  • Loading branch information
veer66 authored and brotzeit committed Jul 8, 2021
1 parent bbf129c commit 6ca73bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ the value of `lsp-rust-server`.
Change rust-analyzer path.

``` emacs-lisp
(setq lsp-rust-analyzer-server-command '("~/.cargo/bin/rust-analyzer"))
(setq rustic-analyzer-command '("~/.cargo/bin/rust-analyzer"))
```

### Client
Expand Down

0 comments on commit 6ca73bb

Please sign in to comment.