blank slate

This commit is contained in:
2026-04-09 20:35:13 +01:00
parent cfc5baa8ad
commit 761f890b10
20 changed files with 0 additions and 810 deletions

View File

@@ -1,30 +0,0 @@
return {
"nvim-treesitter/nvim-treesitter",
lazy = false,
branch = "master",
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup({
highlight = { enable = true },
indent = { enable = true },
ensure_installed = {
"bash",
"html",
"latex",
"javascript",
"json",
"lua",
"norg",
"markdown",
"markdown_inline",
"query",
"regex",
"tsx",
"typescript",
"python",
"vim",
"yaml",
},
})
end,
}