Skip to content
Snippets Groups Projects
Commit 079305a5 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Switch to rls

parent 1c61bb29
Branches
No related tags found
No related merge requests found
......@@ -755,15 +755,15 @@ Some of my configuration entries where borrowed from other people, see
*** Rust
Install =rust-mode= and set the rust language server to
[[https://rust-analyzer.github.io/][rust-analyzer]]. It also sets =rustfmt= to be called to format buffer
when saving.
Install =rust-mode= and set the rust language server to rls.
([[https://rust-analyzer.github.io/][rust-analyzer]] still crashes too much) It also sets =rustfmt= to be
called to format buffer when saving.
#+begin_src emacs-lisp
(use-package rust-mode
:custom
(lsp-rust-server 'rust-analyzer)
(rust-format-on-save t)
(lsp-rust-server 'rls)
; (rust-format-on-save t)
)
#+end_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment