fix(web): lsp init in {html,css}-ts-mode

This commit is contained in:
Henrik Lissner
2025-09-02 11:31:30 +02:00
parent eb75f49c33
commit d01ff65299
2 changed files with 2 additions and 0 deletions

View File

@@ -163,6 +163,7 @@
(when (modulep! +lsp)
(add-hook! '(html-mode-local-vars-hook
html-ts-mode-local-vars-hook
web-mode-local-vars-hook
nxml-mode-local-vars-hook)
:append #'lsp!))