[nvim] Add shfmt and analysis to zsh files
This commit is contained in:
parent
bf23178314
commit
8494eda973
1 changed files with 2 additions and 0 deletions
|
@ -274,11 +274,13 @@ let g:ale_fixers = {
|
||||||
\'*': ['remove_trailing_lines', 'trim_whitespace'],
|
\'*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||||
\'go': ['gofmt'],
|
\'go': ['gofmt'],
|
||||||
\'sh': ['shfmt'],
|
\'sh': ['shfmt'],
|
||||||
|
\'zsh': ['shfmt'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'go': ['gopls'],
|
\ 'go': ['gopls'],
|
||||||
\ 'sh': ['language_server','shellcheck'],
|
\ 'sh': ['language_server','shellcheck'],
|
||||||
|
\ 'zsh': ['language_server','shellcheck'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" PLUGIN: AIRLINE
|
" PLUGIN: AIRLINE
|
||||||
|
|
Loading…
Reference in a new issue