feat!: Move to AstroNvim v4 distributed through lazy.nvim

This commit is contained in:
Micah Halter
2023-07-25 12:00:48 -04:00
parent 59b12098bd
commit 5dae91a387
18 changed files with 176 additions and 169 deletions

View File

@ -0,0 +1,9 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
-- add more things to the ensure_installed table protecting against community packs modifying it
opts.ensure_installed = require("astrocore.utils").list_insert_unique(opts.ensure_installed, {
-- "lua"
})
end,
}