Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 360 Bytes

mvimrc

This is the repository of personal vim settings.

  • Installation:

    git clone xxx

    git submodule init

    git submodule update

  • Update plugin:

    cd /path/to/plugin

    git pull origin master

  • Update all plugins:

    git submodule foreach git pull origin master

  • Delele plugin:

    git rm bundle/plugin-name