Skip to content

Instantly share code, notes, and snippets.

@not-for-me
Created April 15, 2014 03:04
Show Gist options
  • Save not-for-me/10698710 to your computer and use it in GitHub Desktop.
Save not-for-me/10698710 to your computer and use it in GitHub Desktop.
Vim Configuration
set autoindent
set cindent
set smartindent
set nocompatible
set visualbell
set backspace=indent,eol,start
set history=50
set ruler
set showcmd
set incsearch
set tabstop=4
set shiftwidth=4
set number
if has("syntax")
syntax on
endif
colo evening
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment