my vim configuration
- In your home dir(for windows, it is c:/Users/your_name), create a repo for bundles:
- git clone https://github.com/gmarik/vundle.git .vim/bundle/vundle.
- (This step is Windows specific) copy curl.cmd to %Git_Home%\cmd
- In your .vimrc, include the following two lines
- source .../vim-resources/.vimrc.my
- source .../vim-resources/.vimrc.my.bundle
- Open Vim, then type ":BundleInstall" to install bundles
- To show all the bundles installed, use ":BundleList"
- To update bundles, use ":BundleUpdate"