Add pathogen calls to .vimrc
This commit is contained in:
parent
49da63fb1b
commit
2d89981302
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -4,6 +4,8 @@ set nocompatible
|
|||
" set syntax highlighting
|
||||
syntax on
|
||||
|
||||
call pathogen#runtime_append_all_bundles()
|
||||
call pathogen#helptags()
|
||||
|
||||
set number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue