[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'],
|
||||
\'go': ['gofmt'],
|
||||
\'sh': ['shfmt'],
|
||||
\'zsh': ['shfmt'],
|
||||
\}
|
||||
|
||||
let g:ale_linters = {
|
||||
\ 'go': ['gopls'],
|
||||
\ 'sh': ['language_server','shellcheck'],
|
||||
\ 'zsh': ['language_server','shellcheck'],
|
||||
\}
|
||||
|
||||
" PLUGIN: AIRLINE
|
||||
|
|
Loading…
Reference in a new issue