Created
February 14, 2009 01:33
-
-
Save kbaird/64209 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
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