jsonlint diagnostics source for none-ls.nvim.
this repository allows to keep using jsonlint 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",
dependencies = {
"gwinn/none-ls-jsonlint.nvim",
},
},
}
Follow the steps in null-ls setup section.
local null_ls = require("null-ls")
null_ls.setup {
sources = {
require("none-ls-jsonlint.diagnostics.jsonlint"),
...
}
}
You can search for sources via the none-ls-sources
topic.