-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.56 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.56 KB
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
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
# url = git@github.com:scrooloose/nerdcommenter.git
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
# url = git@github.com:scrooloose/nerdtree.git
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
# url = git@github.com:tpope/vim-fugitive.git
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
# url = git@github.com:scrooloose/syntastic.git
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
# url = git@github.com:tpope/vim-surround.git
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-autoclose"]
path = bundle/vim-autoclose
# url = git@github.com:Townk/vim-autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule "bundle/supertab"]
path = bundle/supertab
# url = git@github.com:ervandew/supertab.git
url = https://github.com/ervandew/supertab
[submodule "bundle/closetag"]
path = bundle/closetag
# url = git@github.com:docunext/closetag.vim
url = https://github.com/docunext/closetag.vim.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
# url = git@github.com:digitaltoad/vim-jade.git
url = https://github.com/digitaltoad/vim-jade.git
[submodule "bundle/jshint"]
path = bundle/jshint
url = https://github.com/walm/jshint.vim
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim