dotfiles/.config/nvim/lua/plugins/extras/lang/json-extended.lua
Sergio Laín 18d30e3fbc
feat(nvim): new extra: json extended
one new plugin
2024-03-24 19:32:24 +01:00

11 lines
277 B
Lua

return {
{ import = "lazyvim.plugins.extras.lang.json" },
{
"gennaro-tedesco/nvim-jqx",
ft = { "json", "yaml" },
cmd = { "JqxList", "JqxQuery" },
keys = {
{ "<leader>cj", ft = { "json", "yaml" }, "<cmd>JqxList<cr>", desc = "Jqx List" },
},
},
}