Files
nvimdots/lua/config/treesitter.lua
T
Zacharias-Brohn 9e53ed6666 more
2025-02-15 17:47:41 +01:00

10 lines
222 B
Lua

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