My vim configuration
- Solarized
- Molokai
- vim-surround
- vim-endwise
- vim-rails
- Fugitive
- Command-T
- Needs vim compiled with ruby support
- Powerline (needs patched font)
- Ack.vim
- vim-web-indent
- Better JavaScript indentation
- vim-coffee-script
- Needs coffeescript installed
- vim-stylus
- vim-handlebars
- NERDCommenter
All plugins are installed with vundle (https://github.com/gmarik/vundle/blob/master/README.md).
-
Checkout out repository
-
Setup sym links
ln -s /path/to/repo/vimrc ~/.vimrc ln -s /path/to/repo ~/.vim
-
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
-
Open vim, Type
:BundleInstall
-
Configure command-t:
cd ~/.vim/bundle/command-t/ruby/command-t ruby extconf.rb make