mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Move lsp! to sh-mode-local-vars-hook
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
(set-repl-handler! 'sh-mode #'+sh/open-repl)
|
(set-repl-handler! 'sh-mode #'+sh/open-repl)
|
||||||
|
|
||||||
(when (featurep! +lsp)
|
(when (featurep! +lsp)
|
||||||
(add-hook 'sh-mode-hook #'lsp!))
|
(add-hook 'sh-mode-local-vars-hook #'lsp!))
|
||||||
|
|
||||||
(setq sh-indent-after-continuation 'always)
|
(setq sh-indent-after-continuation 'always)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user