mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
fix(web): lsp init in {html,css}-ts-mode
This commit is contained in:
@@ -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!))
|
||||
|
Reference in New Issue
Block a user