Merge pull request #2919 from AloisJanicek/develop
Autostart LSP also in scss-mode
This commit is contained in:
commit
65dacd1016
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
||||||
|
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook! '(css-mode-local-vars-hook
|
(add-hook! '(css-mode-local-vars-hook
|
||||||
|
scss-mode-local-vars-hook
|
||||||
sass-mode-local-vars-hook
|
sass-mode-local-vars-hook
|
||||||
less-css-mode-local-vars-hook)
|
less-css-mode-local-vars-hook)
|
||||||
#'lsp!))
|
#'lsp!))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue