Files
dotvim/vimrc
Vasili Sviridov d21da5ff85 Initial Commit
2011-10-08 14:51:24 -07:00

13 lines
252 B
VimL

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