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

Since on_confirm_done is disabled for all LaTeX documents (file type 'tex'), it should also be disabled for all other TeX file types. Currently it is still enabled on TeX files...

### Description I'm trying to have a setup where single quotes don't get auto-paired when writing a comment. I took the example in the README, but even this doesn't seem...

bug
wontfix

### Description For `()`, they typically exist on the same line. Type `)` in the context `(*)`, the result is `()*`, which is expected. The same is true for `{}`...

bug

**Is your feature request related to a problem? Please describe.** I want to be able to add symbols before cursor after I have hit a pair trigger, for example `let...

enhancement

### Description I am using lazy.vim to manage plugins. Is the following the correct way to add custom rules. ``` { 'windwp/nvim-autopairs', event = "InsertEnter", config = function () local...

bug

**Problem**: Some users (like me) use a custom bs key.

In the Nix language, every assignment is introduced with an equals sign and closed by a semicolon. This rule automatically inserts a semicolon if `= ` has been entered. Apparently,...