✨ feat(nvim): Add Wansmer/treesj
This commit is contained in:
parent
bc3e3780b8
commit
6345642b96
1 changed files with 9 additions and 0 deletions
|
@ -56,4 +56,13 @@ return {
|
|||
require("nvim-treesitter.configs").setup(opts)
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"Wansmer/treesj",
|
||||
keys = { "<space>m", "<space>j", "<space>s" },
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
opts = {
|
||||
max_join_length = 80,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue