Add pathogen to runtime to update with submodules

This commit is contained in:
2015-07-31 14:48:28 +02:00
parent b4850c8361
commit 22adb095ac
2 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -34,3 +34,9 @@
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git

2
.vimrc
View File

@@ -119,6 +119,8 @@ set statusline=%<%f\ %h%m%r\ %{fugitive#statusline()}%=%-14.(%l,%c%V%)\ %P " Cus
let mapleader=","
filetype off
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
let g:SuperTabDefaultCompletionType = "context"