Francisco Lopes

Results 376 comments of Francisco Lopes

@andymass [`:h CocOpenFloat`](https://github.com/neoclide/coc.nvim/blob/d30bff10669f337f0838154ea17103b322dd6295/doc/coc.txt#L1703-L1707), which was introduced at https://github.com/neoclide/coc.nvim/issues/990.

Although, I don't see a coc.nvim specific fix as a good solution, as floating windows is general feature that can be used by other plugins anytime.

Also, the issue reported here may not involve floating windows, it's related only in the last issue mentioned, but the former report doesn't involve them.

@andymass yes, but... it triggers just after the floating window is shown, so I'm not sure whether there can be a race, and that matchup will be able to disable...

It's triggered on floating window only, not to confuse with vim completion popup. Not sure whether you may be hitting that. For me it triggers as I rely on it...

Maybe just `let g:matchup_matchparen_nomode = 'i'` by default when coc.nvim is present is already a good enough solution? I don't think adding too much complexity trying to fix actually two...

> Wait so is `CocOpenFloat` neovim only? ~~I never checked that~~ [Just recalled this](https://github.com/neoclide/coc.nvim/issues/990#issuecomment-513345231), yes, it is. [But](https://github.com/andymass/vim-matchup/issues/67#issuecomment-511078433): > Is there any way you can test this with vim instead...

@andymass Yes, that one got fixed ;)

@belak this still happens for me. Also, it's my first try enabling this and gpg-agent actually is started by my current system already, I've seen there's some integration with ssh-agent,...

I've also removed the ssh module from .zpreztorc list and added enable-ssh-support on `~/.gnupg/gpg-agent.conf` but it didn't make a difference.