Skip to content

Instantly share code, notes, and snippets.

@eroullit
Created August 2, 2013 14:28
Show Gist options
  • Save eroullit/6140265 to your computer and use it in GitHub Desktop.
Save eroullit/6140265 to your computer and use it in GitHub Desktop.
vimrc
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