mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update rest.lua
This commit is contained in:
parent
cb26e7af9c
commit
15f963ce4b
1 changed files with 4 additions and 5 deletions
|
|
@ -16,13 +16,12 @@ return {
|
|||
config = function()
|
||||
require("kulala").setup({})
|
||||
end,
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
if type(opts.ensure_installed) == "table" then
|
||||
vim.list_extend(opts.ensure_installed, { "http", "graphql" })
|
||||
end
|
||||
end,
|
||||
opts = {
|
||||
ensure_installed = { "http", "graphql" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue