Update rest.lua

This commit is contained in:
cbosvik 2024-07-04 22:32:25 +02:00 committed by GitHub
parent 3c4553cefa
commit cb26e7af9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},