lexima.vim icon indicating copy to clipboard operation
lexima.vim copied to clipboard

lexima wont delete auto created closing bracket after expansion

Open CyberMango opened this issue 5 years ago • 0 comments

After expanding a bracket by pressing enter (like {), if i input a closing bracket, it wont remove the bracket auto created by the plugin.

I use neovim 4.3, but im pretty sure this bug happens on vim too.

How to reproduce:

  1. Download lexima.
  2. Open neovim and type {<cr>}.

expected result:

{
}

actual result:

{
}
}

Very annoying when i want to keep typing without leaving insert mode.

CyberMango avatar Jan 11 '20 20:01 CyberMango