[nvim] Add shfmt and analysis to zsh files

This commit is contained in:
Marty Oehme 2019-07-24 10:58:46 +02:00
parent bf23178314
commit 8494eda973

View file

@ -274,11 +274,13 @@ let g:ale_fixers = {
\'*': ['remove_trailing_lines', 'trim_whitespace'],
\'go': ['gofmt'],
\'sh': ['shfmt'],
\'zsh': ['shfmt'],
\}
let g:ale_linters = {
\ 'go': ['gopls'],
\ 'sh': ['language_server','shellcheck'],
\ 'zsh': ['language_server','shellcheck'],
\}
" PLUGIN: AIRLINE