Raidou

Results 123 comments of Raidou

You mean open explorer when open vim first time?

> @burgessa23 > I use Startify.vim, so I added the following to that plugin's `VimEnter` call: > > ```viml > function! s:explore() > sleep 350m > call execute('CocCommand explorer') >...

> This way it loads automatically for whatever directory I'm in when I open a new session, but only on a new session Sorry, the above is my misunderstanding, you...

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

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

I tried testing with [mini_vimrc](https://github.com/weirongxu/coc-explorer/blob/master/mini_vimrc/mini.vim) on the same version and it didn't reproduce the issue ![image](https://user-images.githubusercontent.com/1709861/134004012-24684940-e30f-4519-8ec8-8ee39edaf3df.png)

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

It seems that this error message does not affect the normal function, I will take a look when I have time

Does this a `coc.nvim` dialog via `watchman`, and does it also appear twice when the filename is renaming via the system shell?

You can check this with the `:CocList service` to see if you have a duplicate LSP installed.