migrate/astronvim-v6-nvim-0.12 #1

Merged
marsultor merged 6 commits from migrate/astronvim-v6-nvim-0.12 into main 2026-05-20 13:16:01 -05:00
Showing only changes of commit 0ecb3b03f6 - Show all commits
+16 -10
View File
@@ -1,16 +1,22 @@
-- Customize Treesitter -- Customize Treesitter through AstroCore for AstroNvim v6
---@type LazySpec ---@type LazySpec
return { return {
"nvim-treesitter/nvim-treesitter", {
branch = "main", "AstroNvim/astrocore",
build = ":TSUpdate", ---@type AstroCoreOpts
opts = { opts = {
ensure_installed = { treesitter = {
"lua", ensure_installed = {
"markdown", "lua",
"markdown_inline", "vim",
"vim", "vimdoc",
"markdown",
"markdown_inline",
},
highlight = true,
indent = true,
},
}, },
}, },
} }