Added lazy.nvim and treesitter

This commit is contained in:
2026-08-06 22:58:57 +02:00
parent a5be7d2956
commit e2a4b535cd
4 changed files with 102 additions and 58 deletions
@@ -0,0 +1,6 @@
return {
'nvim-treesitter/nvim-treesitter',
lazy = false,
build = ':TSUpdate'
}