weirongxu / coc-explorer

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

Preview is still active after entering help page #441

Closed Cokile closed 3 years ago

Cokile commented 3 years ago

Steps to reproduce:

  1. Open coc-explore: :CocCommand explorder<CR>
  2. Toggle previewOnHover: Il
  3. Open help: ?
  4. Navigate with j,k

If cursor is in the line which represents a file before entering help, the corresponding floating preview will be activated.

Anyway, thanks for the awesome work. This extension helps me a lot.