weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

vim-easymotion disturbs diagnostics display in coc-explorer #303

Open hajdamak opened 3 years ago

hajdamak commented 3 years ago

There is a bug in vim-easymotion (easymotion/vim-easymotion#402) that causes CoC problems neoclide/coc.nvim#110 . Before it is somehow resolved there is workaround that usesCocDisable during easymotion operation. Unfortunately this does not fix coc-explorer which also displays wrong errors. Is there anything in coc-explorer that could be used to temporary fix this problem?

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.75. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

weirongxu commented 3 years ago

Actually, coc-explorer use CocDiagnosticChange to update diagnostics, that is a vim event of the from coc.nvim

weirongxu commented 3 years ago

If CocDisable is used, CocDiagnosticChange should not be triggered, it might be an upstream bug