nvim-autopairs icon indicating copy to clipboard operation
nvim-autopairs copied to clipboard

autopairs for neovim written in lua

Results 41 nvim-autopairs issues
Sort by recently updated
recently updated
newest added

Pass `col` and `rule` to the `:with_del` callback so it matches the other `:with_*` callbacks.

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hello, I am always...

enhancement

### Description when i programming in C, I've found that once I enter include, the cmp gives me a hint include , after I confirm select and write the .h...

bug

### Description When trying to add a new pair of parentheses, plugin won't consider opening parens on previous lines, as such it won't add a closing paren for the new...

bug

Python allows for tripple quotes to be `'''`.

### Description In the docs we have: ``` vim `ONLY_CR(COND)` ~ This shortcut method disables the "pair", "del", and "move" events by setting a single predicate for each that is...

bug

**Is your feature request related to a problem? Please describe.** Used another autopairs plugin writen in vimscript for a long time, is it possiable support the same feature **Describe the...

enhancement
pinned

to prevent an error message if it's a number

**Is your feature request related to a problem? Please describe.** For example, I'd like to remove `'` pairing entirely for Lisps without removing its default behavior for rust lifetimes. **Describe...

enhancement