forked from garybernhardt/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
31 lines (31 loc) · 1.2 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule ".vim/bundle/Command-T"]
path = .vim/bundle/Command-T
url = https://github.com/wincent/Command-T.git
ignore = untracked
[submodule ".vim/bundle/vim-makegreen"]
path = .vim/bundle/vim-makegreen
url = [email protected]:garybernhardt/vim-makegreen.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/L9"]
path = .vim/bundle/L9
url = https://github.com/vim-scripts/L9
[submodule ".vim/bundle/vim-fuzzyfinder"]
path = .vim/bundle/vim-fuzzyfinder
url = https://github.com/clones/vim-fuzzyfinder
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".vim/bundle/vim-matchit"]
path = .vim/bundle/vim-matchit
url = https://github.com/tsaleh/vim-matchit.git