diff options
author | Michaël Ball <michael.ball@gmail.com> | 2018-06-30 12:34:31 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2018-06-30 12:34:31 +0100 |
commit | 73ecfda799dccce97a82e6afd71eb04aba03dd91 (patch) | |
tree | 5388224ee3430fc4d571ab70e550b17c039d2835 | |
parent | 1dd46ad5d88c28f510c7d05e7c4b024441a3d68c (diff) |
Change command for running rust language server
-rwxr-xr-x | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ (use-package lsp-rust :ensure lsp-rust) (with-eval-after-load 'lsp-mode - (setq lsp-rust-rls-command '("rustup" "run" "nightly" "rls")) + (setq lsp-rust-rls-command '("rls")) (require 'lsp-rust)) ;;; lsp-go |