Skip to content

Shellcheck diagnostics and code-actions plugin for none-ls.nvim

License

Notifications You must be signed in to change notification settings

dshick-nydig/none-ls-shellcheck.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

none-ls-shellcheck.nvim

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.

📦 Installation

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",
    },
  },
}

About

Shellcheck diagnostics and code-actions plugin for none-ls.nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%