dotfiles/vim-files/.vimrc

8 lines
99 B
VimL
Raw Normal View History

2013-08-01 19:40:59 -07:00
filetype off
call pathogen#infect()
call pathogen#helptags()
2013-08-01 19:22:01 -07:00
filetype plugin indent on
2013-08-01 19:40:59 -07:00
syntax on