Skip to content

Instantly share code, notes, and snippets.

@ChimeraCoder
Created January 16, 2013 20:53
Show Gist options
  • Save ChimeraCoder/4550860 to your computer and use it in GitHub Desktop.
Save ChimeraCoder/4550860 to your computer and use it in GitHub Desktop.
Bare-bones .vimrc
syn on
set autoindent
set expandtab
set tabstop=4
set shiftwidth=4
set nu
set nocompatible
filetype indent on
filetype plugin on
colorscheme delek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment