mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-22 20:28:36 +01:00
10 lines
168 B
Lua
10 lines
168 B
Lua
require('nvim-treesitter.configs').setup {
|
|
ensure_installed = {},
|
|
|
|
auto_install = false,
|
|
|
|
highlight = { enable = true },
|
|
|
|
indent = { enable = true },
|
|
}
|