Enable shellcheck in bash-ts-mode.
This commit is contained in:
parent
25c2f2753b
commit
35709eb06a
@ -3,6 +3,10 @@
|
||||
(use-package bash-ts-mode
|
||||
:ensure nil
|
||||
:commands (bash-ts-mode)
|
||||
:hook (
|
||||
(bash-ts-mode . (lambda ()
|
||||
(flymake-mode +1)
|
||||
)))
|
||||
:init
|
||||
(add-to-list 'major-mode-remap-alist '(sh-mode . bash-ts-mode))
|
||||
(add-to-list 'treesit-language-source-alist '(bash "https://github.com/tree-sitter/tree-sitter-bash"))
|
||||
|
@ -13,6 +13,7 @@
|
||||
- pyright
|
||||
- gopls
|
||||
- typescript-language-server
|
||||
- shellcheck
|
||||
state: present
|
||||
|
||||
- name: Create directories
|
||||
|
Loading…
Reference in New Issue
Block a user