added shellcheck for code actions
This commit is contained in:
parent
644c7f97d9
commit
3fe23aed32
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
return {
|
||||
return {
|
||||
{
|
||||
"jose-elias-alvarez/null-ls.nvim",
|
||||
-- event = "BufReadPost",
|
||||
|
@ -10,10 +10,10 @@ return {
|
|||
disabled_filetypes = { "lua" }
|
||||
},
|
||||
null_ls.builtins.diagnostics.shellcheck,
|
||||
null_ls.builtins.code_actions.shellcheck,
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue