Native PHP diagnostic plugin for none-ls.nvim
Since this diagnostic will be deprecated from none-ls.nvim (see this issue) because a LSP alternative is available (bashls) this repository allows to keep using shellcheck diagnostic and code-action with none-ls.nvim.
Note: This plugin is not intended to be used alone, it is a dependency of none-ls.nvim.
This should be used as a dependency of none-ls.nvim.
{
{
"nvimtools/none-ls.nvim",
config = function()
require("null-ls").register(require("none-ls-shellcheck.diagnostics"))
require("null-ls").register(require("none-ls-shellcheck.code_actions"))
end,
dependencies = {
"gbprod/none-ls-shellcheck.nvim",
},
},
}