Skip to content

Commit

Permalink
Submodules organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecastilho committed Mar 19, 2012
1 parent f93f99f commit 19eb643
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = http://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = http://github.com/tpope/vim-surround.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
2 changes: 1 addition & 1 deletion bundle/vim-fugitive
Submodule vim-fugitive updated 1 files
+77 −37 plugin/fugitive.vim

0 comments on commit 19eb643

Please sign in to comment.