emacs: fix eglot-server-programs
This commit is contained in:
parent
e4a165034f
commit
e98102d743
1 changed files with 5 additions and 1 deletions
6
emacs.el
6
emacs.el
|
|
@ -220,7 +220,11 @@
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'(svelte-mode . ("svelteserver" "--stdio"))))
|
'(svelte-mode . ("svelteserver" "--stdio")))
|
||||||
|
(add-to-list 'eglot-server-programs
|
||||||
|
'((zine-superhtml-mode :language-id "superhtml") "superhtml" "lsp")))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(use-package ellama
|
(use-package ellama
|
||||||
:bind ("C-c e" . ellama-transient-main-menu)
|
:bind ("C-c e" . ellama-transient-main-menu)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue