Configure eglot+rust.

This commit is contained in:
kj
2023-02-05 17:28:21 -04:00
parent 92e3f98271
commit 8743e40381
2 changed files with 11 additions and 9 deletions

View File

@ -13,6 +13,7 @@
:hook ((css-mode . eglot-ensure)
(html-mode . eglot-ensure)
(php-mode . eglot-ensure)
(rust-mode . eglot-ensure)
(sh-mode . eglot-ensure))
:config
(add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio")))