preparation for pathogen/vim modules
This commit is contained in:
parent
9ba1a2677e
commit
6e5cbbde93
2 changed files with 333 additions and 0 deletions
5
.vimrc
5
.vimrc
|
|
@ -1,3 +1,8 @@
|
|||
" Pathogen must be loaded first
|
||||
call pathogen#runtime_append_all_bundles()
|
||||
call pathogen#helptags()
|
||||
|
||||
|
||||
syntax on
|
||||
syntax enable
|
||||
filetype on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue