Skip to content

Instantly share code, notes, and snippets.

@martincharlesworth
Last active January 3, 2016 08:09
Show Gist options
  • Save martincharlesworth/8434270 to your computer and use it in GitHub Desktop.
Save martincharlesworth/8434270 to your computer and use it in GitHub Desktop.
.vimrc for ruby
execute pathogen#infect()
syntax on
filetype plugin indent on
colorscheme ron
autocmd Filetype html setlocal ts=2 sw=2 expandtab
autocmd Filetype ruby setlocal ts=2 sw=2 expandtab
autocmd Filetype javascript setlocal ts=4 sw=4 sts=0 noexpandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment