From 88c805da05523829b2a04c8862eedc5a6c442daf Mon Sep 17 00:00:00 2001 From: SL1900 Date: Mon, 17 Nov 2025 21:27:53 +0900 Subject: [PATCH] Added jq-playground plugin --- lua/plugins/jq-playground.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/plugins/jq-playground.lua diff --git a/lua/plugins/jq-playground.lua b/lua/plugins/jq-playground.lua new file mode 100644 index 0000000..4ed97ed --- /dev/null +++ b/lua/plugins/jq-playground.lua @@ -0,0 +1,3 @@ +return { + "yochem/jq-playground.nvim", +}