Files
nvimdots/lua/config/treesitter.lua
T
Zacharias-Brohn 2e011ea5e5 I have no idea
2025-10-12 22:13:57 +02:00

13 lines
267 B
Lua

require'nvim-treesitter.configs'.setup {
ensure_installed = "all",
sync_install = true,
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
indent = {
enable = true,
},
}