auto-pairs
auto-pairs copied to clipboard
Very RANDOM ISSUE
<SNR>34_AutoPairsReturned
what is this , why i am getting this sometimes ,how to rectify it
Another plugin is likely interfering with <cr>
. What's the output of :verbose imap <cr>
?
I have the same issue, randomly I am getting this gibberish
@MuhammadSawalhy What's the output of :verbose imap )
? Also gonna need to see :version
, the literal insertion of ^R
probably indicates an out-of-date vim.
Sorry for my late response:
What's the output of
:verbose imap )
?
Also gonna need to see
:version
Hm, weird. Not sure if nvim is to blame here, will have to try when I get home. The mapping looks generally okay though, which is annoying.
There have been other reports of this in the past, but I'm not sure where to look to debug this. Ctrl-r should work fine consistently; not sure why it doesn't. Are your dotfiles public? Would be nice to try to reproduce with a known broken configuration
"when I get home" has now turned into "after summer", because nvim remains miserable to work with in general, though especially on Windows, which I'm stuck with 'til I get back south to my main computer.
I am not sure if this issue is caused by this plugin or another one. I thought for a while that CoC.vim is the reason behind it, but after disabling some custom configurations to make Tab expand the currently selected completion I still encounter this issue but at a lower rate.
I think I will work with minimal configurations and gradually add them again to really identify the guilty plugin.