Browse Source

Add fugitive plugin to vim via git submodules

Emmanuel Bouthenot 12 years ago
parent
commit
843838708a
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .gitmodules
  2. 1 0
      .vim/bundle/fugitive

+ 3 - 0
.gitmodules

@@ -7,3 +7,6 @@
 [submodule ".vim/bundle/gundo"]
 	path = .vim/bundle/gundo
 	url = http://github.com/sjl/gundo.vim
+[submodule ".vim/bundle/fugitive"]
+	path = .vim/bundle/fugitive
+	url = http://github.com/tpope/vim-fugitive.git

+ 1 - 0
.vim/bundle/fugitive

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