mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-13 01:28:24 -05:00
7 lines
135 B
Lua
7 lines
135 B
Lua
|
return require('nvim-treesitter.configs').setup {
|
||
|
ensure_installed = 'maintained',
|
||
|
highlight = {
|
||
|
enable = true
|
||
|
}
|
||
|
}
|