auto-pairs
auto-pairs copied to clipboard
Vim plugin, insert or delete brackets, parens, quotes in pair
In the README the instructions on how to install have an error. The new path should be `~/.vim/bundle/auto-pairs` instead of `~/.vim/plugin/auto-pairs` in order for it to work.
Hey. This may be a slightly older patch issue, but when I do the following, then I get that my cursor is in the wrong place (2 lines above where...
the `§` key stops working on macOS (vim version 8.0.1420)
Behavior: ``` foo(|) bar ``` press M-e: ``` foo( b|)ar ``` press `u`: ``` | b)ar ``` Undo should undo everything that auto-pairs did. Expected behavior: press `u`: ``` |...
this mapping i â *@=AutoPairsBackInsert() is extremely bad for portuguese writing, as â is needed. How can I change it? Thanks
When typing inside a pair: () {} [] "" '' `` in Neovim only, the cursor will repeatedly jump to EOL for a frame, then jump back. Especially noticeable if...
if I have something like ``` function(a, b) { a[b.name] = b.thing; return a; } ``` and I want to add a new statement e.g. ``` function(a, b) { if...
i have code: ```javascript import request from '../request'; export const setTags = () => ({ }| export const loadTags = () => { return async (dispatch) => { let result...