9 lines
142 B
Lua
9 lines
142 B
Lua
return {
|
|
{
|
|
"nvim-treesitter/nvim-treesitter",
|
|
branch = "main",
|
|
lazy = false,
|
|
build = ":TSUpdate"
|
|
}
|
|
}
|
|
|