.config/nvim/after/plugin/treesitter.lua

9 lines
163 B
Lua
Raw Normal View History

2026-01-16 16:11:17 -05:00
require('nvim-treesitter').setup {
sync_install = false,
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}