-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
33 lines (33 loc) · 1.16 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
32
33
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule "bundle/AutoComplPop"]
path = bundle/AutoComplPop
url = git://github.com/vim-scripts/AutoComplPop
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/QuickBuf"]
path = bundle/QuickBuf
url = git://github.com/vim-scripts/QuickBuf.git
[submodule "bundle/SnipMate"]
path = bundle/SnipMate
url = git://github.com/msanders/snipmate.vim.git
[submodule "bundle/colorselector"]
path = bundle/colorselector
url = https://github.com/c9s/colorselector.vim.git
[submodule "bundle/vim-tmux-navigator"]
path = bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git@github.com:kien/ctrlp.vim.git