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()
|
config = function()
|
||||||
require("kulala").setup({})
|
require("kulala").setup({})
|
||||||
end,
|
end,
|
||||||
|
opts = {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = {
|
||||||
if type(opts.ensure_installed) == "table" then
|
ensure_installed = { "http", "graphql" },
|
||||||
vim.list_extend(opts.ensure_installed, { "http", "graphql" })
|
},
|
||||||
end
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue