From 4918f2bcee3a98aec2457438a95b2fd34db38eba Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Thu, 3 Oct 2024 13:11:23 -0300 Subject: [PATCH] Try to prevent that annoying message. --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 2a0e01e..82fcf85 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -2,6 +2,7 @@ return { { "nvim-treesitter/nvim-treesitter", lazy = false, + dependencies = "AstroNvim/astrocore", opts = function(_, opts) -- 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, {