-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
80 lines (80 loc) · 2.46 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = git://github.com/tpope/vim-pathogen.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/repeat"]
path = bundle/repeat
url = git://github.com/tpope/vim-repeat.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/sensible"]
path = bundle/sensible
url = git://github.com/tpope/vim-sensible.git
fetchRecurseSubmodules = true
[submodule "bundle/speeddating"]
path = bundle/speeddating
url = git://github.com/tpope/vim-speeddating.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/calendar"]
path = bundle/calendar
url = git://github.com/mattn/calendar-vim.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/emmet"]
path = bundle/emmet
url = git://github.com/mattn/emmet-vim.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = git://github.com/editorconfig/editorconfig-vim.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/unite"]
path = bundle/unite
url = git://github.com/Shougo/unite.vim.git
fetchRecurseSubmodules = true
ignore = untracked
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = git://github.com/groenewege/vim-less.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = git://github.com/othree/html5.vim.git
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "bundle/css3"]
path = bundle/css3
url = git://github.com/hail2u/vim-css3-syntax.git
[submodule "bundle/tern"]
path = bundle/tern
url = [email protected]:marijnh/tern_for_vim.git
[submodule "bundle/ft-javascript"]
path = bundle/ft-javascript
url = [email protected]:pangloss/vim-javascript.git
[submodule "bundle/ft-json"]
path = bundle/ft-json
url = [email protected]:elzr/vim-json.git