7 lines
99 B
VimL
7 lines
99 B
VimL
filetype off
|
|
|
|
call pathogen#infect()
|
|
call pathogen#helptags()
|
|
|
|
filetype plugin indent on
|
|
syntax on
|