forgot to add rustic-mode

This commit is contained in:
Sakooooo 2024-09-19 09:46:12 +04:00
parent c1b4fe83d2
commit 71ba1fdeb4
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1030,7 +1030,7 @@ this should be useful later
(setq rustic-lsp-client 'eglot) (setq rustic-lsp-client 'eglot)
(add-to-list 'eglot-server-programs (add-to-list 'eglot-server-programs
'((rust-ts-mode rust-mode) . '((rust-ts-mode rust-mode rustic-mode) .
("rust-analyzer" :initializationOptions (:diagnostics (:disabled "inactive-code"))))) ("rust-analyzer" :initializationOptions (:diagnostics (:disabled "inactive-code")))))
:custom :custom