emacs: fix eglot-server-programs

This commit is contained in:
joachimschmidt557 2025-03-06 15:00:37 +01:00
parent e4a165034f
commit e98102d743
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -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)