Initial Commit

This commit is contained in:
Vasili Sviridov
2011-10-08 14:51:24 -07:00
commit d21da5ff85
3 changed files with 246 additions and 0 deletions

12
vimrc Normal file
View File

@@ -0,0 +1,12 @@
call pathogen#infect()
syntax on
filetype plugin indent on
set laststatus=2
set statusline=%t\ %y\ format:\ %{&ff};\ [%c,%l]
set number
set autoindent
set hidden
colorscheme darkblue
if has("autocmd")
autocmd bufwritepost .vimrc source $MYVIMRC
endif