Files
nvim/lua/plugins/treesitter-textobjects.lua
T
2026-07-11 13:16:12 +01:00

9 lines
149 B
Lua

return {
'nvim-treesitter/nvim-treesitter-textobjects',
branch = 'main',
config = function()
-- put your config here
end,
}