7 lines
105 B
Lua
7 lines
105 B
Lua
return {
|
|
'nvim-treesitter/nvim-treesitter',
|
|
lazy = false,
|
|
branch = 'main',
|
|
build = ':TSUpdate'
|
|
}
|