gbprod / none-ls-shellcheck.nvim

Shellcheck diagnostics and code-actions sources for none-ls.nvim
Do What The F*ck You Want To Public License
20 stars 1 forks source link

BUG: code action not work #3

Closed adoyle-h closed 1 week ago

adoyle-h commented 1 week ago
local null_ls = require("null-ls")

null_ls.setup({
  sources = {
    require("none-ls-shellcheck.code_actions"),
    null_ls.builtins.code_actions.gitsigns,
  }
})

The shellcheck not show in :NullLsInfo.

2024-10-03_19 02 02@2x

And code actions list doesn't contain shellcheck.

2024-10-03_19 03 40@2x

adoyle-h commented 1 week ago

Sorry, it's my fault.