mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'sh-mode-hook #'lsp!))
|
||||
(add-hook 'sh-mode-local-vars-hook #'lsp!))
|
||||
|
||||
(setq sh-indent-after-continuation 'always)
|
||||
|
||||
|
Reference in New Issue
Block a user