e0cb572962
somehow)
10 lines
182 B
Lua
10 lines
182 B
Lua
return {
|
|
"yochem/jq-playground.nvim",
|
|
opts = {
|
|
-- cmd = { "jq", "-n" },
|
|
},
|
|
config = function (_, opts)
|
|
require("jq-playground").setup(opts)
|
|
end
|
|
}
|