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