Merge pull request #2199 from chrunchyjesus/fix-enable-rust-analyzer-config

lang/rust: fix doc for enabling rust analyzer
This commit is contained in:
Henrik Lissner 2019-12-16 15:21:58 -05:00 committed by GitHub
commit 087b7a2d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,8 +77,7 @@ You'll need [[https://github.com/rust-analyzer/rust-analyzer][rust-analyzer]] in
=$DOOMDIR/config.el=:
#+BEGIN_SRC elisp
(after! lsp-rust
(setq lsp-rust-server 'rust-analyzer))
(setq lsp-rust-server 'rust-analyzer)
#+END_SRC
* TODO Troubleshooting