Update eglot - add rust mode
This commit is contained in:
parent
5a9d70e9b6
commit
0f25a2cd8f
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ There are two things you can do about this warning:
|
|||
:hook ((python-mode . eglot-ensure)
|
||||
(c-mode . eglot-ensure)
|
||||
(js-mode . eglot-ensure)
|
||||
(typescript-mode . eglot-ensure)))
|
||||
(typescript-mode . eglot-ensure)
|
||||
(rust-mode . eglot-ensure)))
|
||||
|
||||
(use-package web-mode
|
||||
:mode "\\.html?\\'"
|
||||
|
|
Loading…
Add table
Reference in a new issue