forked from tlhunter/vimrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding git submodules the correct way (I think)
- Loading branch information
Showing
5 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "bundle/command-t"] | ||
path = bundle/command-t | ||
url = git://github.com/wincent/Command-T.git | ||
[submodule "bundle/vim-fugitive"] | ||
path = bundle/vim-fugitive | ||
url = git://github.com/tpope/vim-fugitive.git | ||
[submodule "bundle/tagbar"] | ||
path = bundle/tagbar | ||
url = git://github.com/majutsushi/tagbar.git | ||
[submodule "bundle/phpcomplete"] | ||
path = bundle/phpcomplete | ||
url = git://github.com/shawncplus/phpcomplete.vim.git |
Submodule command-t
added at
a353ea
Submodule phpcomplete
added at
b26b46
Submodule tagbar
added at
3c0756
Submodule vim-fugitive
added at
201bdd