auto-pairs
auto-pairs copied to clipboard
Vim plugin, insert or delete brackets, parens, quotes in pair
I use auto-pairs for autocompleting "(" : ")", "[" : "]", "{" : "}". I was wondering if there was any way for me to auto-complete "\\[" : "\\]" when...
When I use plug-ins auto-pairs and vim-visual-multi at the same time, the function of auto-pairs fails. I also raised the problem on vim-visual-multi, when I still don't know how to...
I think it would be nice to have the fast wrap functionality also when you insert a character on the right side of the word by adding `shift` key to...
Hi, I just find out, that when i have auto-pairs in vim, I'm not able to write "ý". Other diacritic character works fine (tried only Czech). Is it possible to...
Added in installation method for vim-plug package manager.
I've added the following so that a new line is added when I hit enter between a pair of HTML tags: `autocmd FileType vue let b:AutoPairs = AutoPairsDefine({'>' : '
So this functionality is mentioned in the readme... > Insert new indented line after Return ``` something: {|} (press at |) something: { | } ``` Unfortunately this doesn't work...
It's possible to have this solution? (only with brace) Like this: ``` input: {|} (press at |) output: { | } ```