$ git clone git://github.com/weilonge/dotvim.git ~/.vim
Launch 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 +qa
Apply 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