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

11 lines
178 B
Lua
Raw Normal View History

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