init
This commit is contained in:
11
nvim/lua/plugins/extras/lang/json-extended.lua
Normal file
11
nvim/lua/plugins/extras/lang/json-extended.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
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" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user