switched to astronvim;

This commit is contained in:
2025-05-03 15:37:14 +02:00
parent 2537ad9ac9
commit 0896de2c4f
35 changed files with 568 additions and 6120 deletions

View File

@@ -1,6 +1,15 @@
-- Treesitter for syntax highlighting (load early)
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- Customize Treesitter
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
priority = 100, -- Load early
}
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"vim",
-- add more arguments for adding more treesitter parsers
},
},
}