-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
146 lines (146 loc) · 4.98 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
145
146
[submodule "bundle/emmet"]
path = bundle/emmet
url = [email protected]:vim-scripts/Emmet.vim.git
ignore = untracked
[submodule "bundle/tlib"]
path = bundle/tlib
url = [email protected]:tomtom/tlib_vim.git
ignore = untracked
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = [email protected]:MarcWeber/vim-addon-mw-utils.git
ignore = untracked
[submodule "bundle/fakeclip"]
path = bundle/fakeclip
url = [email protected]:kana/vim-fakeclip.git
ignore = untracked
[submodule "bundle/rails"]
path = bundle/rails
url = [email protected]:tpope/vim-rails.git
ignore = untracked
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = [email protected]:garbas/vim-snipmate.git
ignore = untracked
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = [email protected]:honza/vim-snippets.git
ignore = untracked
[submodule "bundle/textobj-rubyblock"]
path = bundle/textobj-rubyblock
url = [email protected]:nelstrom/vim-textobj-rubyblock.git
ignore = untracked
[submodule "bundle/textobj-user"]
path = bundle/textobj-user
url = [email protected]:kana/vim-textobj-user.git
ignore = untracked
[submodule "bundle/tabular"]
path = bundle/tabular
url = [email protected]:godlygeek/tabular.git
ignore = untracked
[submodule "bundle/jade-syntax"]
path = bundle/jade-syntax
url = git://github.com/digitaltoad/vim-jade.git
ignore = untracked
[submodule "bundle/airline"]
path = bundle/airline
url = [email protected]:bling/vim-airline.git
ignore = untracked
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = [email protected]:tpope/vim-pathogen.git
ignore = untracked
[submodule "bundle/ack"]
path = bundle/ack
url = [email protected]:mileszs/ack.vim.git
[submodule "bundle/rename"]
path = bundle/rename
url = [email protected]:danro/rename.vim.git
[submodule "bundle/vim-trailing-whitespace"]
path = bundle/vim-trailing-whitespace
url = [email protected]:bronson/vim-trailing-whitespace.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = [email protected]:tpope/vim-surround.git
[submodule "bundle/vim-windowswap"]
path = bundle/vim-windowswap
url = [email protected]:wesQ3/vim-windowswap.git
[submodule "bundle/vim-puppet"]
path = bundle/vim-puppet
url = git://github.com/rodjek/vim-puppet.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = [email protected]:scrooloose/nerdcommenter.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = [email protected]:scrooloose/nerdtree.git
[submodule "bundle/indent-line"]
path = bundle/indent-line
url = [email protected]:Yggdroot/indentLine.git
[submodule "bundle/vim-javascript-syntax"]
path = bundle/vim-javascript-syntax
url = [email protected]:jelera/vim-javascript-syntax.git
[submodule "bundle/javascript-libraries-syntax.vim"]
path = bundle/javascript-libraries-syntax.vim
url = [email protected]:othree/javascript-libraries-syntax.vim.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = [email protected]:othree/html5.vim.git
[submodule "mustache-handlebars"]
path = bundle/mustache-handlebars
url = git://github.com/mustache/vim-mustache-handlebars.git
[submodule "bundle/vim-devicons"]
path = bundle/vim-devicons
url = [email protected]:ryanoasis/vim-devicons.git
ignore = untracked
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = [email protected]:kchmck/vim-coffee-script.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = [email protected]:mxw/vim-jsx.git
[submodule "bundle/vim-nerdtree-tabs"]
path = bundle/vim-nerdtree-tabs
url = [email protected]:jistr/vim-nerdtree-tabs.git
[submodule "bundle/editor-config"]
path = bundle/editor-config
url = [email protected]:editorconfig/editorconfig-vim.git
[submodule "bundle/file-line"]
path = bundle/file-line
url = [email protected]:bogado/file-line.git
[submodule "bundle/vim-hybrid-material"]
path = bundle/vim-hybrid-material
url = [email protected]:kristijanhusak/vim-hybrid-material.git
[submodule "bundle/vim-startify"]
path = bundle/vim-startify
url = [email protected]:mhinz/vim-startify.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = [email protected]:vim-airline/vim-airline-themes.git
[submodule "bundle/ale"]
path = bundle/ale
url = [email protected]:w0rp/ale.git
[submodule "bundle/vim-grammarous"]
path = bundle/vim-grammarous
url = [email protected]:rhysd/vim-grammarous.git
[submodule "bundle/fzf"]
path = bundle/fzf
url = [email protected]:junegunn/fzf.vim.git
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = [email protected]:posva/vim-vue.git
[submodule "bundle/vim-caser"]
path = bundle/vim-caser
url = [email protected]:arthurxavierx/vim-caser.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = [email protected]:ctrlpvim/ctrlp.vim.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = [email protected]:tpope/vim-fugitive.git