Added jq-playground plugin setup (opts commented out because broke
somehow)
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
"yochem/jq-playground.nvim",
|
"yochem/jq-playground.nvim",
|
||||||
|
opts = {
|
||||||
|
-- cmd = { "jq", "-n" },
|
||||||
|
},
|
||||||
|
config = function (_, opts)
|
||||||
|
require("jq-playground").setup(opts)
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user