Created
August 10, 2010 15:36
-
-
Save cmhobbs/517464 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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