Skip to content

Instantly share code, notes, and snippets.

@eldewall
Created October 18, 2011 12:52
Show Gist options
  • Select an option

  • Save eldewall/1295346 to your computer and use it in GitHub Desktop.

Select an option

Save eldewall/1295346 to your computer and use it in GitHub Desktop.
std vimrc
set shiftwidth=2
set tabstop=2
set expandtab
set smarttab
set ai
set si
filetype plugin on
filetype indent on
colorscheme vividchalk
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment