summaryrefslogtreecommitdiff
path: root/rust-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-conf.el')
-rw-r--r--rust-conf.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-conf.el b/rust-conf.el
index 05f9e7c..bec85a3 100644
--- a/rust-conf.el
+++ b/rust-conf.el
@@ -52,6 +52,7 @@
(use-package "rustic" 'rustic)
(setq rustic-lsp-client 'eglot)
(setq rustic-format-on-save t)
+(setq rustic-lsp-setup-p nil)
(add-hook 'eglot-managed-mode-hook #'durand-rust-mode-hook)