227 current 2025-01-11 06:17:08 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-11 06:17:18 -05:00
parent 1e3c57cde1
commit 1137286591
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
require('nvim-treesitter.configs').setup {
ensure_installed = {},
auto_install = false,
highlight = { enable = true },
indent = { enable = true },
}