These are my vimfiles. I created them almost from scratch when I started using Vim and adapted them to my needs.
- Molokai (colorscheme)
- CtrlP
- vim-objc
- airline
- snipmate
- tcomment
- Yankstack
- ack.vim
- textobj-user
- textobj-rubyblock
- fugitive
- unimpaired
- surround
- delimitMate
- markdown-folding
- repeat
- indent-guides
- javascript
- togglelist
- vim-numbertoggle
- NERDtree
- sourcebeautify
- golang
- jk-jumps
- dispatch
- Sparkup
- incsearch
- puppet
- elixir
- localvimrc
- vim-airline-themes
- editorconfig
- Tabular
Go to your home directory:
cd ~
Clone my vimfiles repo:
git clone --recursive https://github.com/pedrofranceschi/vimfiles.git .vim
Open "Monaco-Powerline.otf" and click "Install font" to install Powerline's font which supports fancy characters.
open ~/.vim/Monaco-Powerline.otf
Run installer:
cd ~/.vim && ./install
Enjoy! :)