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