Created
September 11, 2013 04:11
-
-
Save jules27/6519277 to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or 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
| 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