mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(web): lsp init in {html,css}-ts-mode
This commit is contained in:
parent
eb75f49c33
commit
d01ff65299
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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!))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue