Skip to content

Instantly share code, notes, and snippets.

@heywbj
Created December 25, 2014 21:29
Show Gist options
  • Select an option

  • Save heywbj/70dcff06b92962f60759 to your computer and use it in GitHub Desktop.

Select an option

Save heywbj/70dcff06b92962f60759 to your computer and use it in GitHub Desktop.
.vimrc
syntax enable
set hidden
set number
set ruler
set background=dark
set ignorecase
set incsearch
set hlsearch
set autoindent
set expandtab
set shiftwidth=4
set tabstop=4
colo desert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment