diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index d48e57c..9a8906b 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -28,7 +28,7 @@ let g:ale_cpp_clang_options = '-std=c++17 -Wall -Wpedantic' let g:ale_cpp_gcc_options = '-std=c++17 -Wall -Wpedantic' let g:ale_linters = { - \ 'bash': ['bashlint', "shellcheck"], + \ 'bash': ['bash-language-server', 'bashlint', "shellcheck"], \ 'dockerfile': ["hadolint"], \ 'zsh': ['bashlint', "shellcheck"], \ 'python': ['pyls', 'pylint', 'bandit'],