Update rest.lua

This commit is contained in:
cbosvik 2024-07-04 22:30:03 +02:00 committed by GitHub
parent b41b8357c8
commit 3c4553cefa
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", "lua", "xml", "json", "graphql" })
vim.list_extend(opts.ensure_installed, { "http", "xml", "json", "graphql" })
end
end,
},