forgot to add rustic-mode
This commit is contained in:
parent
c1b4fe83d2
commit
71ba1fdeb4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue