m4xshen/autoclose.nvim

Add an option to not complete if the same character is "touched"

Opened this issue · 0 comments

For example, typing " in this case shouldn't create a pair of "".

options = {
            touch_regex = "[%w(%[{]"*, -- * represents cursor
          }