diff --git a/nix/configuration/roles/emacs/files/emacs/elisp/lang-rust.el b/nix/configuration/roles/emacs/files/emacs/elisp/lang-rust.el index 6c62e30..e1ff329 100644 --- a/nix/configuration/roles/emacs/files/emacs/elisp/lang-rust.el +++ b/nix/configuration/roles/emacs/files/emacs/elisp/lang-rust.el @@ -46,7 +46,7 @@ (when rust-analyzer-command ;; (add-to-list 'eglot-server-programs `(rust-ts-mode . (,rust-analyzer-command))) (add-to-list 'eglot-server-programs `(rust-ts-mode . (,rust-analyzer-command :initializationOptions (:imports (:granularity (:enforce t :group "item") - :merge (:glob nil) + :merge (:glob :json-false) :prefix "self") )))) )