fix(nvim): set correct path to shellcheck
Some checks are pending
Discord / discord commits (push) Waiting to run

This commit is contained in:
matt1432 2024-05-15 15:49:13 -04:00
parent 4f4b1e5140
commit 2326ea6bb9

View file

@ -37,7 +37,7 @@ in {
require('lspconfig').bashls.setup(require('coq').lsp_ensure_capabilities({
settings = {
bashIde = {
shellcheckPath = '${pkgs.shellcheck}',
shellcheckPath = '${pkgs.shellcheck}/bin/shellcheck',
},
},
}));