Created
July 24, 2011 23:55
-
-
Save joecannatti/1103258 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
syntax enable | |
syntax on | |
set cursorline | |
set expandtab | |
set ts=2 | |
set shiftwidth=2 | |
set autoindent | |
set number | |
set background=dark | |
set nobackup | |
set nowritebackup | |
set noswapfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment