12 lines
209 B
Lua
12 lines
209 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
},
|
|
init = function()
|
|
vim.g.no_plugin_maps = true
|
|
end,
|
|
config = function()
|
|
end,
|
|
}
|