feat(nvim): new extra: json extended

one new plugin
This commit is contained in:
Sergio Laín 2024-03-24 19:32:24 +01:00
parent e9e341529d
commit 18d30e3fbc
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 13 additions and 8 deletions

View file

@ -9,13 +9,7 @@ return {
},
{
"rest-nvim/rest.nvim",
dependencies = {
{
"gennaro-tedesco/nvim-jqx",
ft = { "json", "yaml" },
},
},
ft = { "http" },
ft = "http",
opts = {
-- Open request results in a horizontal split
result_split_horizontal = true,

View 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" },
},
},
}

View file

@ -26,7 +26,7 @@ end
return {
{ import = "lazyvim.plugins.extras.lang.typescript" },
{ import = "lazyvim.plugins.extras.lang.json" },
{ import = "plugins.extras.lang.json-extended" },
{
"williamboman/mason.nvim",
opts = function(_, opts)