-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
63 lines (63 loc) · 2.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-colorscheme-switcher"]
path = bundle/vim-colorscheme-switcher
url = https://github.com/xolox/vim-colorscheme-switcher.git
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule "bundle/base16"]
path = bundle/base16
url = https://github.com/chriskempson/base16.git
[submodule "bundle/ackvim"]
path = bundle/ackvim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = http://github.com/kien/ctrlp.vim
[submodule "bundle/moria"]
path = bundle/moria
url = http://github.com/vim-scripts/moria
[submodule "bundle/wombat"]
path = bundle/wombat
url = http://github.com/vim-scripts/Wombat
[submodule "bundle/base16-vim"]
path = bundle/base16-vim
url = http://github.com/chriskempson/base16-vim
[submodule "bundle/rename"]
path = bundle/rename
url = http://github.com/danro/rename.vim
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = http://github.com/tpope/vim-surround.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = http://github.com/airblade/vim-gitgutter.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = http://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = http://github.com/bling/vim-airline
[submodule "bundle/dracula-theme"]
path = bundle/dracula-theme
url = [email protected]:zenorocha/dracula-theme.git
[submodule "bundle/vim-hybrid"]
path = bundle/vim-hybrid
url = http://github.com/scwood/vim-hybrid.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "bundle/vim-csharp"]
path = bundle/vim-csharp
url = git://github.com/OrangeT/vim-csharp.git