Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 947 Bytes

README.md

File metadata and controls

54 lines (42 loc) · 947 Bytes

vimrc

My vim configuration

Themes

  1. Solarized
  2. Molokai

Plugins

  • 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).

Installation

  1. Checkout out repository

  2. Setup sym links

    ln -s /path/to/repo/vimrc ~/.vimrc
    ln -s /path/to/repo ~/.vim
    
  3. git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

  4. Open vim, Type :BundleInstall

  5. Configure command-t:

    cd ~/.vim/bundle/command-t/ruby/command-t
    ruby extconf.rb
    make