From cb26e7af9c7eac50dca421b4e9cbbc2f318f89cf Mon Sep 17 00:00:00 2001 From: cbosvik <132846580+cbosvik@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:32:25 +0200 Subject: [PATCH] Update rest.lua --- lua/lazyvim/plugins/extras/util/rest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/util/rest.lua b/lua/lazyvim/plugins/extras/util/rest.lua index fd0f0b75..e5fb4872 100644 --- a/lua/lazyvim/plugins/extras/util/rest.lua +++ b/lua/lazyvim/plugins/extras/util/rest.lua @@ -21,7 +21,7 @@ return { "nvim-treesitter/nvim-treesitter", opts = function(_, opts) if type(opts.ensure_installed) == "table" then - vim.list_extend(opts.ensure_installed, { "http", "xml", "json", "graphql" }) + vim.list_extend(opts.ensure_installed, { "http", "graphql" }) end end, },