Nothing fancy, i'm just trying to get my way into vim. :)
- pathogen.vim (https://github.com/tpope/vim-pathogen)
- rails.vim (https://github.com/tpope/vim-rails)
- tagbar (https://github.com/vim-scripts/Tagbar)
- vim-coffee-script (https://github.com/kchmck/vim-coffee-script)
- vim-fugitive (https://github.com/tpope/vim-fugitive)
- vim-powerline (https://github.com/Lokaltog/vim-powerline/)
- CtrlP (https://github.com/kien/ctrlp.vim)
- NERDTree (https://github.com/scrooloose/nerdtree/)
- auto-pairs.vim (https://github.com/jiangmiao/auto-pairs)
- comments.vim (https://github.com/vim-scripts/comments.vim)
- surround.vim (https://github.com/tpope/vim-surround/)
- snipMate.vim (https://github.com/msanders/snipmate.vim/)
# Clone repository and submodules
git clone --recursive https://github.com/xmorpheus/vim-dotfiles.git
# Symlink .vimrc and .vim
cd ~/
ln -s vim-dotfiles/.vimrc
ln -s vim-dotfiles/.vim
cd ~/vim-dotfiles
git pull