preparation for pathogen/vim modules

This commit is contained in:
Oliver Ladner 2014-01-21 20:50:04 +01:00
commit 6e5cbbde93
2 changed files with 333 additions and 0 deletions

5
.vimrc
View file

@ -1,3 +1,8 @@
" Pathogen must be loaded first
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
syntax on
syntax enable
filetype on