fix doc for enabling rust analyzer

This commit is contained in:
chrunchyjesus 2019-12-16 18:32:09 +01:00
parent 207ce02a33
commit 9e7cdd04da

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