Created
August 2, 2013 14:28
-
-
Save eroullit/6140265 to your computer and use it in GitHub Desktop.
vimrc
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
set nocompatible | |
set cindent | |
set guioptions-=T | |
set ruler | |
set nohls | |
set incsearch | |
set number | |
set nopaste | |
set autoindent | |
set copyindent | |
set smartindent | |
filetype on | |
filetype plugin on | |
filetype indent on | |
color desert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment