From 12c7e19c202a033be4d2a500b26ff4844a4808ff Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 14 Aug 2024 23:13:49 -0400 Subject: [PATCH] Remove check for rust-analyzer in lsp-mode lsp-mode should figure this out on its own now --- .emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) 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)