itgoyo / 500Days-Of-Github

⭐ 瞎JB折腾Mac/Linux/Windows过程中遇到的所有问题和解决方式 ⭐
https://itgoyo.github.io/500Days-Of-Github
139 stars 13 forks source link

Vim-coc.nvim] javascript file not found, please compile the code or use release branch #208

Open itgoyo opened 4 years ago

itgoyo commented 4 years ago

解决方式:

cd ~/.vim/plugged/coc.nvim/
或者
cd ~/.vim/bundle/coc.nvim/

然后

./install.sh

最后进入Vim然后:PluginInstall 即可