From e0cb572962313e67199308e92ff0e0b98491f077 Mon Sep 17 00:00:00 2001 From: SL1900 Date: Mon, 22 Dec 2025 16:10:35 +0900 Subject: [PATCH] Added jq-playground plugin setup (opts commented out because broke somehow) --- lua/plugins/jq-playground.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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 }