feat: Add treesj
This commit is contained in:
parent
aefd0e189e
commit
a109fa82e2
2 changed files with 11 additions and 0 deletions
|
@ -195,6 +195,7 @@
|
|||
rose-pine
|
||||
diffview-nvim
|
||||
nvim-emmet
|
||||
treesj
|
||||
];
|
||||
};
|
||||
|
||||
|
|
10
lua/plugins/treesj.lua
Normal file
10
lua/plugins/treesj.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
'Wansmer/treesj',
|
||||
keys = { '<SPACE>m', '<SPACE>j', '<SPACE>s' },
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
opts = {
|
||||
max_join_length = vim.o.textwidth,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue