Added jq-playground plugin setup (opts commented out because broke

somehow)
This commit is contained in:
2025-12-22 16:10:35 +09:00
parent 565e955108
commit e0cb572962
+6
View File
@@ -1,3 +1,9 @@
return {
"yochem/jq-playground.nvim",
opts = {
-- cmd = { "jq", "-n" },
},
config = function (_, opts)
require("jq-playground").setup(opts)
end
}