Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 627 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 627 Bytes

Vim Configurations

Installation:

$ 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:

Install Plugins:

$ vim +PlugUpgrade +PlugInstall +qa

Update Plugins:

$ vim +PlugUpgrade +PlugUpdate +qa

Optional:

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