added shellcheck for code actions

This commit is contained in:
pr0c3550r 2023-02-08 19:46:20 +01:00
parent 644c7f97d9
commit 3fe23aed32

View file

@ -1,4 +1,4 @@
return { return {
{ {
"jose-elias-alvarez/null-ls.nvim", "jose-elias-alvarez/null-ls.nvim",
-- event = "BufReadPost", -- event = "BufReadPost",
@ -10,10 +10,10 @@ return {
disabled_filetypes = { "lua" } disabled_filetypes = { "lua" }
}, },
null_ls.builtins.diagnostics.shellcheck, null_ls.builtins.diagnostics.shellcheck,
null_ls.builtins.code_actions.shellcheck,
}, },
} }
end, end,
}, },
} }