mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-10 14:18:14 +01:00
3 lines
102 B
VimL
3 lines
102 B
VimL
let b:ale_fixers = ['trim_whitespace', 'shfmt']
|
|
let b:ale_linters = ['shellcheck', 'language_server']
|