nvim-autopairs
nvim-autopairs copied to clipboard
autopairs for neovim written in lua
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...
### 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...
### 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...
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...
**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...
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...