Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created August 10, 2010 15:36
Show Gist options
  • Save cmhobbs/517464 to your computer and use it in GitHub Desktop.
Save cmhobbs/517464 to your computer and use it in GitHub Desktop.
filetype plugin on
filetype indent on
set t_Co=256
syntax on
colorscheme obsidian
source ~/.vim/plugin/bufferlist.vim
map <silent> <F3> :call BufferList()<CR>
set number
set expandtab
set shiftwidth=2
set softtabstop=2
set cursorcolumn
set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment