1
0

Added Treesitter

This commit is contained in:
2025-08-06 10:53:06 +02:00
parent 71c7e986a5
commit cd6c9e23ce
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
require('treesitter')
+6
View File
@@ -0,0 +1,6 @@
require('nvim-treesitter.install').prefer_git = true
require('nvim-treesitter.configs').setup {
auto_install = true,
highlight = { enable = true },
indent = { enable = true }
}