From 99e34c059b7585039062ec02638c8a9361472d3b Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Sat, 6 Nov 2021 11:24:10 +0100 Subject: [PATCH] EMACS: more rust-lsp-options set Signed-off-by: Stefan Ellmauthaler --- programs/emacs/default.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/programs/emacs/default.el b/programs/emacs/default.el index 09492be..4724f2d 100644 --- a/programs/emacs/default.el +++ b/programs/emacs/default.el @@ -393,6 +393,11 @@ :custom (rustic-format-trigger 'on-save) (rustic-flycheck-clippy-params "--message-format=json") + (lsp-rust-analyzer-server-display-inlay-hints t) + (lsp-rust-analyzer-cargo-watch-command "clippy") + (lsp-rust-analyzer-display-parameter-hints t) + (lsp-rust-analyzer-dispaly-chaining-hints t) + (lsp-rust-analyzer-proc-macro-enable t) :hook (rustic-mode . company-mode) (rustic . lsp-rust-analyzer-inlay-hints-mode)