Add Rust to LSP modules
This commit is contained in:
parent
6bb96ec0c2
commit
bdaff0c1de
1 changed files with 5 additions and 1 deletions
|
@ -16,3 +16,7 @@
|
|||
(interactive)
|
||||
(setq lsp-python-ms-executable (executable-find "python-lsp-server"))
|
||||
(lsp-deferred))
|
||||
|
||||
;; Rust
|
||||
(after! rustic
|
||||
(setq rustic-lsp-server 'rls))
|
Loading…
Reference in a new issue