1
0

Initial commit

This commit is contained in:
Jan
2025-12-08 13:57:15 +01:00
commit ab9930d50f
9 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
return {
'nvim-treesitter/nvim-treesitter',
lazy = false,
branch = 'main',
build = ':TSUpdate'
}