This commit is contained in:
Tom Alexander
2023-10-12 14:28:28 -04:00
parent 68139849f6
commit b94e13d63e
2 changed files with 7 additions and 2 deletions

View File

@@ -48,8 +48,7 @@
(add-to-list 'eglot-server-programs `(rust-ts-mode . (,rust-analyzer-command :initializationOptions (:imports (:granularity (:enforce t :group "item")
:merge (:glob nil)
:prefix "self")
:inlayHints (:maxLength nil)
:workspace (:symbol (:search (:limit 1024)))))))
))))
)
)
(add-hook 'before-save-hook 'eglot-format-buffer nil 'local)