python - Vim-plug plugin manager unable to use post-update hooks on YouCompleteMe plugin -


i using vim-plug plugin manager , worked great until tried install youcompleteme plugin it. tried putting plug 'valloric/youcompleteme', { 'do': './install.py' } on .vimrc , tried pluginstall! , plugupdate! without success. read documentation github , thought should work that.

picture of problem

althought unsure if should done running ~/.vim/plugged/youcompleteme/install.py --all in command line , not using vundle.

ps. computer using arch linux, don't think relates problem.

if need more info please let me know!

it might timing out while downloading.

you can clone valloric/youcompleteme .vim/plugged , installation.

you can still keep plug 'valloric/youcompleteme' in .vimrc, update when plugin gets updated.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -