weilonge / dotvim

my vim configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my vim configurations


Languages

Language:Vim Script 100.0%