Remove check for rust-analyzer in lsp-mode
lsp-mode should figure this out on its own now
This commit is contained in:
parent
8dfa1cf6be
commit
12c7e19c20
@ -624,9 +624,6 @@
|
||||
lsp-pylsp-plugins-pydocstyle-enabled nil
|
||||
lsp-pylsp-plugins-flake8-enabled t)
|
||||
|
||||
(when (executable-find "rust-analyzer")
|
||||
(setq lsp-rust-server 'rust-analyzer))
|
||||
|
||||
(lsp-register-custom-settings
|
||||
'(("pylsp.plugins.pyls_mypy.enabled" t t)
|
||||
("pylsp.plugins.pyls_mypy.live_mode" nil t)
|
||||
|
Loading…
Reference in New Issue
Block a user