neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.47k stars 955 forks source link

Unavailable after installation #3327

Closed leolin49 closed 3 years ago

leolin49 commented 3 years ago

I use vim8.0 and vundle,

My installation method is as follows image

When I installed coc.nvim, it didn't work properly and reported an error

When I execute the command "CocInfo" image

When I open vim it also prompts a warning [coc.nvim] build/index.js not found, please install dependencies and compile coc.nvim by: yarn install

fannheyward commented 3 years ago

vundle

vundle is too old to support branch, use another plugin manager like https://github.com/junegunn/vim-plug, checkout https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim#add-cocnvim-to-vims-runtimepath for more.

leolin49 commented 3 years ago

thanks