9 lines
149 B
Lua
9 lines
149 B
Lua
return {
|
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
|
branch = 'main',
|
|
config = function()
|
|
-- put your config here
|
|
end,
|
|
}
|
|
|