10 lines
212 B
Lua
10 lines
212 B
Lua
return {
|
|
{
|
|
'Wansmer/treesj',
|
|
keys = { '<SPACE>m', '<SPACE>j', '<SPACE>s' },
|
|
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
|
opts = {
|
|
max_join_length = vim.o.textwidth,
|
|
},
|
|
},
|
|
}
|