/vim-resources

my vim configuration

Primary LanguageShell

vim-resources

my vim configuration

  1. In your home dir(for windows, it is c:/Users/your_name), create a repo for bundles:
  2. (This step is Windows specific) copy curl.cmd to %Git_Home%\cmd
  3. In your .vimrc, include the following two lines
    • source .../vim-resources/.vimrc.my
    • source .../vim-resources/.vimrc.my.bundle
  4. Open Vim, then type ":BundleInstall" to install bundles
  5. To show all the bundles installed, use ":BundleList"
  6. To update bundles, use ":BundleUpdate"