some nvim updates

This commit is contained in:
2025-04-02 20:26:07 +02:00
parent f6c8c405dc
commit 0634216a1d
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
}