Skip to content

Instantly share code, notes, and snippets.

@bforrest
Created January 21, 2011 03:40
Show Gist options
  • Select an option

  • Save bforrest/789204 to your computer and use it in GitHub Desktop.

Select an option

Save bforrest/789204 to your computer and use it in GitHub Desktop.
gvimrc
set nocompatible
colorscheme slate
syntax on
set showmode
set showcmd
filetype on
filetype plugin on
filetype indent on
#Tabstops
set tabstops=4
set shiftwidth=4
set antialias
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment