Skip to content

Instantly share code, notes, and snippets.

@kbaird
Created February 14, 2009 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbaird/64209 to your computer and use it in GitHub Desktop.
Save kbaird/64209 to your computer and use it in GitHub Desktop.
colorscheme delek
filetype plugin on
set background=dark
set showcmd
set number
syntax on
" all tab stuff to 2
set tabstop=2
set softtabstop=2
set shiftwidth=2
set cinoptions=>2
set expandtab
set pastetoggle=<F12>
set autoindent
so ~/.vim/abbrevs.vim
so ~/.vim/filetype.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment