/vim-dotfile

My ready to use vim config, tailor made to Ruby/Rails development

Primary LanguageVimL

Usage

  • Clone this repo into your home directory either as .vim (linux) or vimfiles (MS
    Windows).
  • Update all git submodule present in .vim/bundle using Vundle

vim +BundleInstall +qall

  • Create a symbolic link to your .vimrc

  ln -s ./vim/vimrc ~/.vimrc

Please note

This repo is now using Vundle to manage dependencies.