dotfiles/vim-files/.vimrc
2013-08-01 19:40:59 -07:00

7 lines
99 B
VimL

filetype off
call pathogen#infect()
call pathogen#helptags()
filetype plugin indent on
syntax on