checkpoint: preserve pre AstroNvim v6 migration state

This commit is contained in:
Krishna Ayyalasomayajula
2026-05-20 12:53:17 -05:00
parent e6b007b7bb
commit 66ad34192d
4 changed files with 1169 additions and 9 deletions
+4 -3
View File
@@ -1,15 +1,16 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- Customize Treesitter
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
branch = "main",
build = ":TSUpdate",
opts = {
ensure_installed = {
"lua",
"markdown",
"markdown_inline",
"vim",
-- add more arguments for adding more treesitter parsers
},
},
}