Files
NeovimConfig/lua/plugins/jq-playground.lua
T

10 lines
182 B
Lua

return {
"yochem/jq-playground.nvim",
opts = {
-- cmd = { "jq", "-n" },
},
config = function (_, opts)
require("jq-playground").setup(opts)
end
}