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

Entering the backspace or enter key turns off IME Japanese input. The problem is limited to countries such as Asia that need to switch languages. Is it possible to prevent...

I would've thought someone would have suggested it by now, but is it possible to auto close html tags? Currently I use a separate plugin for this but it would...

How to configure not to generate a pair before words or characters? Example: [my word [99 number

when add ```"``` -> ```""request.POST```, but should just one```"request.POST``` and if ```"``` after world ```"``` -> ```request.POST"``` should just one when we try add ```(``` it shouldn't add second if...

In most situations, I want `auto-pairs` to do exactly what it does: complete the pair for me. However, in some situations I actually want it to simply type the character....

Because vim config uses quotation marks as comments, when deleting the space character before the quotation mark, the plugin will delete the following blank lines by mistake. ![vim-error](https://user-images.githubusercontent.com/39305460/114191550-1fe61200-997f-11eb-8089-1ff9076ced43.gif)

When using this plugin together with vim-javascript, indentation of parentheses is wrong after new line. I have following js code: ``` function render() { return (|) } ``` After pressing...

demo video: https://asciinema.org/a/O3IS2Gpd4SsWaVgIFKkA086U3

```php public function create() {|} ``` When pressing return shown here by the cursor `|` instead of it being indented on a new line I end up like this. ```php...

Plugin functioning correctly, though hitting enter after typing a bracket seems to indent strangely. I would like something like this: ``` before: () after: ( | ) ``` ...but Currently...