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

autopairs for neovim written in lua

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

**Is your feature request related to a problem? Please describe.** There is a single issue with this excellent plugin that is slightly frustrating, namely inserting parentheses when auto-completing function imports...

enhancement

### Description input `[` in markdown, it will trigger autopairs and cmp, if i select cmp which is `[]()` then the result will be `[]()]`, there is an extra `]`...

bug

### Description I installed the module using Packer and the following error occured: ``` Error detected while processing /Users/host/.config/nvim/init.lua: E5113: Error while calling lua chunk: ...s/host/.config/nvim/lua/core/plugin_config/autopairs.lua:2: module 'nv im-autopairs' not...

bug

### Description When typing quotes in quote, cannot pairs correctly. This is most useful in shellscripts. https://github.com/user-attachments/assets/25b8064d-5851-4c21-851a-1a3f4a577e8a ### Mapping bug - ### Steps to reproduce _No response_ ### Minimal config...

bug
pinned

**Is your feature request related to a problem? Please describe.** When you start typing a ANSI escape code, you would do something like `\033[31m`, but when using autopairs, it adds...

enhancement

As I understand it, nvim loads lua files in the /lua/plugin folder automatically, requiring no package manager to load these. Can you provide an example of how to set up...

enhancement

**Is your feature request related to a problem? Please describe.** I would like for the plugin to autopair `*` and `**` in markdown files. **Describe the solution you'd like** A...

enhancement

**Is your feature request related to a problem? Please describe.** https://github.com/Saghen/blink.cmp there is a brand new completion plugin called blink.cmp **Describe the solution you'd like** add support for it **Describe...

enhancement

### Description The plugin is breaking the `j`/`k` behaviour in insert mode. From `:h insert-index`: > `i_CTRL-G_j` `CTRL-G CTRL-J` line down, to column where inserting started > `i_CTRL-G_j` `CTRL-G j`...

bug
pinned