Move lsp! to sh-mode-local-vars-hook
This commit is contained in:
parent
ae1e3f005e
commit
ae75326a40
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue