changed to astronvim

This commit is contained in:
2025-08-11 09:14:07 +01:00
parent 7040f7d16c
commit e3bd8537e2
29 changed files with 499 additions and 1704 deletions

View File

@@ -0,0 +1,21 @@
-- Customize Treesitter
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"diff",
"go",
"html",
"lua",
"luadoc",
"markdown",
"markdown_inline",
"query",
"vim",
"vimdoc",
},
},
}