mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lsp): only use lsp-mode in bash and sh based sh-mode buffer
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
|
||||
:init
|
||||
(defun siren-lsp-bash-mode-setup ()
|
||||
(lsp-deferred)))
|
||||
(if (member sh-shell '(bash sh))
|
||||
(lsp-deferred))))
|
||||
|
||||
(use-package shfmt
|
||||
:hook
|
||||
|
||||
Reference in New Issue
Block a user