Move what you can to LSP
This commit is contained in:
parent
55b75ab70c
commit
55735b37c5
11 changed files with 44 additions and 138 deletions
|
|
@ -1,7 +1,3 @@
|
|||
(use-package racer
|
||||
:ensure t
|
||||
:requires (racer flycheck-rust))
|
||||
|
||||
(defun activate-rust-mode ()
|
||||
"All things for Rust mode"
|
||||
(interactive)
|
||||
|
|
@ -14,5 +10,4 @@
|
|||
)
|
||||
|
||||
(add-hook 'rust-mode-hook 'activate-rust-mode)
|
||||
(add-hook 'rust-mode-hook 'racer-mode)
|
||||
(add-hook 'rust-mode-hook 'flycheck-rust-setup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue