diff --git a/lua/plugins/jq-playground.lua b/lua/plugins/jq-playground.lua index 4ed97ed..b8f5318 100644 --- a/lua/plugins/jq-playground.lua +++ b/lua/plugins/jq-playground.lua @@ -1,3 +1,9 @@ return { "yochem/jq-playground.nvim", + opts = { + -- cmd = { "jq", "-n" }, + }, + config = function (_, opts) + require("jq-playground").setup(opts) + end }