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

Vim plugin, insert or delete brackets, parens, quotes in pair

Results 116 auto-pairs issues
Sort by recently updated
recently updated
newest added

most of the time the plugin helps, but there are some cases better to turn it off. is there a way (a key mapping) to quickly turn on/off this plugin?

`input: |'hello' (press ( at |) output: ('hello')` I'm using gvim on windows, meta is Alt key but seem auto-pairs can't bind it for usage. Here M-e or Alt-e doesn't...

34_AutoPairsReturned what is this , why i am getting this sometimes ,how to rectify it

尊敬的开发者您好: 我在使用您开发的插件时,遇到了一点问题。无法解决。特此向您请教。 当我在一个 () 内插入一个 ) 时,我发现无法插入。具体来说 ( | ) //在“|”处,我输入了 ) ( )| //"|"跑到了外面,而没有插入。 我希望得到 ( )| ) 经过查询,推测是FlyMode的问题。可是我确定我的FLyMode是关闭的。并且对于其他符号也有这种问题。 另外:请原谅,因为我英文不好,所以我用中文编写了自文档并翻译成英文。 Hello Dear Developer: I'm having a little problem with...

I'm noticing over 100 issues here and 30 PRs, but no responses or fixes applied for nearly 2 years. Is @jiangmiao no longer officially supporting? If so, please indicate if...

When i copy a text from a browser or other program, then i go to nvim and execute an "Fast Wrap" command with `[M-e]` the copied text is forgotten, turning...

I think there are some europe chars that are mapped to alt+anything keys in the terminal. And one of those must be § -> alt+'

There are often unclosed brackets are typed by mistake. I wonder if there any method to find the unclosed brackets in the whole file. Thank you!

I'd would be great to have ana option to not add a pair if the next character is alphanumeric like windwp/nvim-autopairs implements. Great job with thw plug-in, congrats!

I installed auto-pairs through vim-plug, and it all was fine (don't get me wrong, the plugin is amazing), but I just couldn't enjoy thing auto closing, I'd rather do them...