diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bd26a7c..04f894f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)