$ git clone git://github.com/weilonge/dotvim.git ~/.vimLaunch vim and apply :PlugInstall to install plugins. Or apply the following command in console to install or update plugins:
$ vim +PlugUpgrade +PlugInstall +qa$ vim +PlugUpgrade +PlugUpdate +qaApply the command to install coc related plugins:
$ vim -c ':CocInstall coc-tsserver coc-eslint coc-json coc-prettier coc-css'Apply the command to update coc related plugins:
$ vim +CocUpdate