Skip to content

drichard/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published