From: alex Date: Thu, 18 Apr 2024 11:13:52 +0000 (+0200) Subject: Enable all features in lsp-rust X-Git-Tag: 20241020-emacs~196 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=f055bc40f762742330eebf3175833bb28f921b71;p=alex.git Enable all features in lsp-rust --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 8d60d64..ecc8253 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -59,7 +59,8 @@ ;; LSP base for Rust and Java (use-package lsp-mode - :ensure t) + :ensure t + :custom (lsp-rust-features "all")) (use-package company :ensure t