some nvim updates

This commit is contained in:
2025-04-02 20:26:07 +02:00
parent 13cd09e967
commit c1a020c92a
13 changed files with 129 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
-- Treesitter for syntax highlighting (load early)
return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
priority = 100, -- Load early
}