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

@@ -68,6 +68,7 @@ If set to `nil', disable all the above behaviors.")
(when (modulep! +lsp)
(add-hook! '(css-mode-local-vars-hook
css-ts-mode-local-vars-hook
scss-mode-local-vars-hook
sass-mode-local-vars-hook
less-css-mode-local-vars-hook)

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