diff --git a/home/dot_config/nvim/lua/plugins/ale.lua.tmpl b/home/dot_config/nvim/lua/plugins/ale.lua.tmpl index 44398de..01b36ed 100644 --- a/home/dot_config/nvim/lua/plugins/ale.lua.tmpl +++ b/home/dot_config/nvim/lua/plugins/ale.lua.tmpl @@ -12,6 +12,7 @@ return { typescript = {'{{ if .nvim.js_linter }}{{ .nvim.js_linter }}{{ else }}eslint{{ end }}'}, go = {'gopls'}, rust = {'analyzer'}, + sh = {'shellcheck'}, } g.ale_fixers = { diff --git a/home/dot_zshrc.tmpl b/home/dot_zshrc.tmpl index b94329f..f57de2e 100644 --- a/home/dot_zshrc.tmpl +++ b/home/dot_zshrc.tmpl @@ -21,7 +21,6 @@ zinit snippet OMZ::lib/completion.zsh zinit snippet OMZ::lib/git.zsh zinit snippet OMZ::lib/theme-and-appearance.zsh zinit ice as="completion" -zinit snippet OMZ::plugins/docker/_docker zinit snippet OMZP::composer zinit snippet OMZP::aws zinit snippet OMZ::plugins/sudo/sudo.plugin.zsh