Browse Source

Add pathogen plugin to vim via git submodules

Emmanuel Bouthenot 13 years ago
parent
commit
a68be06898
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .gitmodules
  2. 1 0
      .vim/bundle/pathogen

+ 3 - 0
.gitmodules

@@ -1,3 +1,6 @@
 [submodule ".zsh.d/externals.d/zsh-syntax-highlighting"]
 	path = .zsh.d/externals.d/zsh-syntax-highlighting
 	url = git://github.com/zsh-users/zsh-syntax-highlighting.git
+[submodule ".vim/bundle/pathogen"]
+	path = .vim/bundle/pathogen
+	url = http://github.com/tpope/vim-pathogen.git

+ 1 - 0
.vim/bundle/pathogen

@@ -0,0 +1 @@
+Subproject commit ab64b4ddd0c184a528780b498a0b0a5b40248f7c