Skip to content

Instantly share code, notes, and snippets.

@jules27
Created September 11, 2013 04:11
Show Gist options
  • Select an option

  • Save jules27/6519277 to your computer and use it in GitHub Desktop.

Select an option

Save jules27/6519277 to your computer and use it in GitHub Desktop.
vimrc
set nocompatible
set hidden
set hlsearch
set wildmenu
set ruler
syntax on
set expandtab
autocmd BufNewFile,BufRead Gemfile set filetype=ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment