auto-pairs icon indicating copy to clipboard operation
auto-pairs copied to clipboard

Ignore Fly Mode for a specific pair?

Open domi91c opened this issue 4 years ago • 0 comments

I've added the following so that a new line is added when I hit enter between a pair of HTML tags: autocmd FileType vue let b:AutoPairs = AutoPairsDefine({'>' : '<'}, [])

This works, but now when I type a < inside a Vue file, instead of inserting it jumps to the next <. Is it possible to prevent that feature, but only for this pair?

domi91c avatar Jan 12 '21 02:01 domi91c