Remove check for rust-analyzer in lsp-mode

lsp-mode should figure this out on its own now
This commit is contained in:
Adam Goldsmith 2024-08-14 23:13:49 -04:00
parent 8dfa1cf6be
commit 12c7e19c20

View File

@ -624,9 +624,6 @@
lsp-pylsp-plugins-pydocstyle-enabled nil lsp-pylsp-plugins-pydocstyle-enabled nil
lsp-pylsp-plugins-flake8-enabled t) lsp-pylsp-plugins-flake8-enabled t)
(when (executable-find "rust-analyzer")
(setq lsp-rust-server 'rust-analyzer))
(lsp-register-custom-settings (lsp-register-custom-settings
'(("pylsp.plugins.pyls_mypy.enabled" t t) '(("pylsp.plugins.pyls_mypy.enabled" t t)
("pylsp.plugins.pyls_mypy.live_mode" nil t) ("pylsp.plugins.pyls_mypy.live_mode" nil t)