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

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