Add Rust to LSP modules

This commit is contained in:
iFargle 2023-09-01 13:11:16 +09:00
parent 6bb96ec0c2
commit bdaff0c1de

View file

@ -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))