pear-tree
pear-tree copied to clipboard
pear-tree wont delete auto created closing bracket after expansion
After expanding a bracket by pressing enter (like {g:pear_tree_repeatable_expand
to 0 since that feature is a bit broken for my use cases.
I use neovim 4.3, but im pretty sure this bug happens on vim too.
How to reproduce:
- Download pear-tree.
- In your init.vim put
let g:pear_tree_repeatable_expand=0
- Open neovim and type {<cr>}.
expected result:
{
}
actual result:
{
}
}
Very annoying when i want to keep typing without leaving insert mode.