" .vimrc
" Called before .vim/plugin to initialize Pathogen.

set foldmethod=marker

call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
