From 3c4553cefa279dde64f7cd887144f59385fbc63c Mon Sep 17 00:00:00 2001 From: cbosvik <132846580+cbosvik@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:30:03 +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 43b75dc1..fd0f0b75 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", "lua", "xml", "json", "graphql" }) + vim.list_extend(opts.ensure_installed, { "http", "xml", "json", "graphql" }) end end, },