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

Hi @jiangmiao! I love auto-pairs, but there one thing that has annoyed me for quite a while. When I edit a vimscript file, and I try to put an in-line...

So in any file, if I have a line of comments (for example in my init.nvim) ``` " This is a comment let g:this_is_a_variable ``` and I press `Enter` ```...

Hi: first many thanks for the great plugin. I have a very minor issue: I can not jump out via `Meta+n` in markdown when I am inside `\`\`` Any idea...

Add checking to avoid remove non-existed key

Sorry if this is a noob problem, and I am missing something obvious. I’d like to define more _global_ pairs in addition to default ones. I am trying this by...

I love this plugin and got extremely used to it. But in several languages including bash-script the jump behavior of `` is annoying in some situations. I'm not sure if...

Some plug-ins (such as tagbar) will be loaded before auto pairs, and these plug-ins will create buffers on their own. In this way, auto pairs will not get the BuffEnter...

Dear! When I put in .vimrc file the line **Plug 'jiangmiao/auto-pairs'** I can't use **â**, that is, when I press **shift + ^ + a** the result is **0** instead...

I found a bug and wanted to send PR, but realized that this repository is not active anymore. Even more, the author himself is not active. Any recommendation for alternative...