Fix wrong configuration of shellcheck executable

This commit is contained in:
Daniel Siepmann 2024-02-28 12:18:47 +01:00
parent 9dc4230d85
commit 83a2b5aeeb
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -362,7 +362,7 @@ in {
let g:ale_gitcommit_gitlint_executable = '${pkgs.gitlint}/bin/gitlint'
let g:ale_nix_statix_check_executable = '${pkgs.statix}/bin/statix'
let g:ale_languagetool_executable = '${pkgs.languagetool}/bin/languagetool-commandline'
let g:ale_rstcheck_executable = '${pkgs.rstcheck}/bin/rstcheck'
let g:ale_sh_shellcheck_executable = '${pkgs.shellcheck}/bin/shellcheck'
'';
}