Try to prevent that annoying message.

This commit is contained in:
Segcolt 2024-10-03 13:11:23 -03:00
parent 0f839d2f9a
commit 4918f2bcee

View File

@ -2,6 +2,7 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
lazy = false, lazy = false,
dependencies = "AstroNvim/astrocore",
opts = function(_, opts) opts = function(_, opts)
-- add more things to the ensure_installed table protecting against community packs modifying it -- add more things to the ensure_installed table protecting against community packs modifying it
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {