fix(nvim): set correct path to shellcheck
Some checks are pending
Discord / discord commits (push) Waiting to run
Some checks are pending
Discord / discord commits (push) Waiting to run
This commit is contained in:
parent
4f4b1e5140
commit
2326ea6bb9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in {
|
|||
require('lspconfig').bashls.setup(require('coq').lsp_ensure_capabilities({
|
||||
settings = {
|
||||
bashIde = {
|
||||
shellcheckPath = '${pkgs.shellcheck}',
|
||||
shellcheckPath = '${pkgs.shellcheck}/bin/shellcheck',
|
||||
},
|
||||
},
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue