Fix eglot rust-analyzer settings.

This commit is contained in:
Tom Alexander 2025-07-07 19:26:55 -04:00
parent 1cdfebf392
commit 399379cea0
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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")
))))
)