Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 249 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 249 Bytes

Vim

Initial Plugin Setup

  1. Open vim
  2. Run :BundleInstall

Updating Plugins

  1. Open vim
  2. Run :BundleInstall!

Adding New Plugins

  1. Add the new plugin to vimrc using the Vundle syntax
  2. Open vim
  3. Run :BundleInstall