weirongxu / coc-explorer

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

Coc-explorer Freezes on using it before opening any file. #477

Open 17Swagat opened 2 years ago

17Swagat commented 2 years ago
  1. Coc-explorer freezes on using it before opening any file.

  2. System Using:

  1. Way to reproduce it :->

*Opening File Before Opening Any File and pressing space + e 1. <img width="960" alt="img1" src="https://user-images.githubusercontent.com/72545910/133930103-c0fb6687-0c5d-4b15-9ab3-0abb154b83d4.PNG"> 2.**

img31

Again Pressing 'space + e' to disappear the coc-explorer 1.

img2

2.

img32
weirongxu commented 2 years ago

I can't reproduce the issue, please make sure to upgrade to the latest coc-explorer and provide the neovim version.

17Swagat commented 2 years ago

coc-explorer was already updated. My neovim version is (0.0.5)

This error still happens everyday.

weirongxu commented 2 years ago

I still can't reproduce, please provide output of CocInfo, and use CocList extensions to check out version of coc-explorer

17Swagat commented 2 years ago

Output of CocInfo

img1

Output of CocList extensions

img2
weirongxu commented 2 years ago

I tried testing with mini_vimrc on the same version and it didn't reproduce the issue

image

weirongxu commented 2 years ago

Can you reproduce the problem in terminal? And use mini vimrc to check if the problem is caused by some plugins or vim options?

17Swagat commented 2 years ago

Yeah same problem arises even when I use nvim (from cmd).

17Swagat commented 2 years ago

I think this problem is maybe specific to my system. I tried my best. But got no clue behind this strange behaviour. I think it would be better to not call coc-explorer before opening any file. That way this strange behaviour do not emerge.

Anyways thanks for your suggestions.