Last active
January 3, 2016 08:09
-
-
Save martincharlesworth/8434270 to your computer and use it in GitHub Desktop.
.vimrc for ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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