new branch

This commit is contained in:
2025-02-04 23:41:10 +01:00
parent 9741a235e7
commit 7b33419d82
6 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
local treesitter = require('nvim-treesitter.configs')
treesitter.setup {
highlight = {
enable = true
},
indent = {
enable = true,
},
}