added jq plugin

This commit is contained in:
venus
2026-04-10 18:30:11 -05:00
parent 6c333586fd
commit 528e601702
3 changed files with 30 additions and 26 deletions

View File

@@ -45,6 +45,8 @@ require("lazy").setup({
{ 'windwp/nvim-autopairs', event = "InsertEnter", config = true },
{ "folke/ts-comments.nvim", event = "VeryLazy", }, -- qol for commenting
{ "marcinjahn/gemini-cli.nvim", cmd = "Gemini", dependencies = { "folke/snacks.nvim", }, config = true, },
{ "cenk1cenk2/jq.nvim", dependencies = { "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim", "grapp-dev/nui-components.nvim", },
}
},
},
-- Configure any other settings here. See the documentation for more details.