mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +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 },
|
|
}
|