-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
144 lines (144 loc) · 5.74 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[submodule ".vim/autoload/pathogen"]
path = .vim/autoload/pathogen
url = http://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/sensible"]
path = .vim/bundle/sensible
url = http://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/scriptease"]
path = .vim/bundle/scriptease
url = http://github.com/tpope/vim-scriptease.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = http://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/pathogen"]
path = .vim/bundle/pathogen
url = http://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/solarized"]
path = .vim/bundle/solarized
url = http://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = http://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-scriptease"]
path = .vim/bundle/vim-scriptease
url = http://github.com/tpope/vim-scriptease.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = http://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-nerdtree-tabs"]
path = .vim/bundle/vim-nerdtree-tabs
url = http://github.com/jistr/vim-nerdtree-tabs.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = http://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = http://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = http://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = http://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = http://github.com/tpope/vim-repeat.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = http://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-speaddating"]
path = .vim/bundle/vim-speaddating
url = http://github.com/tpope/vim-speeddating.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = http://github.com/ervandew/supertab.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = http://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/easymotion"]
path = .vim/bundle/easymotion
url = http://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/vim-snipmate"]
path = .vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/vim-buffergator"]
path = .vim/bundle/vim-buffergator
url = https://github.com/jeetsukumaran/vim-buffergator.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/DeleteTrailingWhitespace"]
path = .vim/bundle/DeleteTrailingWhitespace
url = https://github.com/vim-scripts/DeleteTrailingWhitespace.git
[submodule ".vim/bundle/ShowTrailingWhitespace"]
path = .vim/bundle/ShowTrailingWhitespace
url = https://github.com/vim-scripts/ShowTrailingWhitespace.git
[submodule ".vim/bundle/vim-json"]
path = .vim/bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule ".vim/bundle/vim-node"]
path = .vim/bundle/vim-node
url = https://github.com/moll/vim-node.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = .vim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.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/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-syntastic"]
path = .vim/bundle/vim-syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-tabular"]
path = .vim/bundle/vim-tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule ".vim/bundle/vim-node-dict"]
path = .vim/bundle/vim-node-dict
url = https://github.com/guileen/vim-node.git
[submodule ".vim/bundle/tern"]
path = .vim/bundle/tern
url = https://github.com/marijnh/tern
[submodule ".vim/bundle/tern_for_vim"]
path = .vim/bundle/tern_for_vim
url = https://github.com/marijnh/tern_for_vim
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-html5"]
path = .vim/bundle/vim-html5
url = https://github.com/othree/html5.vim.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git