mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-16 16:51:30 +01:00
vim: add bash-language-server linter
This commit is contained in:
parent
57e054a984
commit
9eadb9871c
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user