-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
63 lines (63 loc) · 2.38 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/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/AutoComplPop"]
path = bundle/AutoComplPop
url = https://github.com/vim-scripts/AutoComplPop.git
[submodule "bundle/splitjoin"]
path = bundle/splitjoin
url = git://github.com/AndrewRadev/splitjoin.vim.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/gitv"]
path = bundle/gitv
url = https://github.com/gregsexton/gitv.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/AutoComplPop"]
path = .vim/bundle/AutoComplPop
url = https://github.com/vim-scripts/AutoComplPop.git
[submodule ".vim/bundle/splitjoin"]
path = .vim/bundle/splitjoin
url = git://github.com/AndrewRadev/splitjoin.vim.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/gitv"]
path = .vim/bundle/gitv
url = https://github.com/gregsexton/gitv.git
[submodule ".vim/bundle/syntastic.git"]
path = .vim/bundle/syntastic.git
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "powerline-fonts"]
path = powerline-fonts
url = https://github.com/Lokaltog/powerline-fonts
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/rainbow_parentheses.vim"]
path = .vim/bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/rainbow_parenthesis"]
path = .vim/bundle/rainbow_parenthesis
url = https://github.com/kien/rainbow_parentheses.vim.git