migrate/astronvim-v6-nvim-0.12 #1
@@ -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 = {
|
||||||
|
treesitter = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"lua",
|
"lua",
|
||||||
|
"vim",
|
||||||
|
"vimdoc",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"vim",
|
},
|
||||||
|
highlight = true,
|
||||||
|
indent = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user