nvim-config/after/plugin/treesitter.lua

11 lines
200 B
Lua
Raw Normal View History

2022-11-01 18:09:46 +01:00
require'nvim-treesitter.configs'.setup {
ensure_installed = "all",
sync_install = false,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}