Skip to content

Instantly share code, notes, and snippets.

@amitt001
Created November 5, 2014 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitt001/758e8b0f80154042cd26 to your computer and use it in GitHub Desktop.
Save amitt001/758e8b0f80154042cd26 to your computer and use it in GitHub Desktop.
.Vimrc file
set nocompatible
set et
set ai
set sw=4
set ts=8
set si
set nu
set is
set ic
set sm
set sta
syn on
set backspace=indent,eol,start
set hlsearch
set ruler
set nobackup
set nowritebackup
au FileType make set noet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment