settings/.vimrc
2014-04-21 09:27:52 -07:00

9 lines
93 B
VimL

set number
set ts=4
set ai
set shiftwidth=4
set expandtab
set nowrap
call pathogen#infect()