/vimfiles

My vim configuration

Primary LanguageVim Script

Installation

  1. $ mkdir ~/vimfiles
  2. $ git clone git@github.com:rcdilorenzo/vimfiles.git
  3. $ ln -s ~/vimfiles ~/.vim
  4. $ ln -s ~/vimfiles/rc ~/.vimrc
  5. $ mkdir ~/vimfiles/bundle
  6. $ git clone git@github.com:gmarik/Vundle.vim.git ~/vimfiles/bundle/vundle
  7. Open vim (ignore warning about wombat256mod if using gvim or macvim)
  8. Run :BundleInstall
  9. Close and reopen vim
  10. Install patched fonts (for arrows and other decorations)
  11. $ git clone git@github.com:powerline/fonts.git
  12. $ ./fonts/install.sh
  13. $ rm -rf fonts/

Caveats

  • :Open will open a directory relative to ~/workspaces. Change g:project_dir if you use a different path.