-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
111 lines (111 loc) · 3.66 KB
/
.gitmodules
File metadata and controls
111 lines (111 loc) · 3.66 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
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
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
ignore = dirty
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
ignore = dirty
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "bundle/gitgutter"]
path = bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/openscad"]
path = bundle/openscad
url = https://github.com/sirtaj/vim-openscad.git
[submodule "bundle/stylus"]
path = bundle/stylus
url = https://github.com/wavded/vim-stylus.git
[submodule "bundle/gocode"]
path = bundle/gocode
url = https://github.com/Blackrush/vim-gocode.git
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = https://github.com/vim-scripts/tComment.git
[submodule "bundle/snipMate"]
path = bundle/snipMate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/puppet"]
path = bundle/puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/maktaba"]
path = bundle/maktaba
url = https://github.com/google/vim-maktaba.git
[submodule "bundle/codefmt"]
path = bundle/codefmt
url = https://github.com/google/vim-codefmt.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/w0rp/ale.git
[submodule "bundle/glaive"]
path = bundle/glaive
url = https://github.com/google/vim-glaive.git
[submodule "bundle/elm-vim"]
path = bundle/elm-vim
url = https://github.com/ElmCast/elm-vim.git
[submodule "bundle/vim/go"]
path = bundle/vim/go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-toml"]
path = bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule "bundle/typescript"]
path = bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/yajs"]
path = bundle/yajs
url = https://github.com/othree/yajs.vim
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "bundle/vim-es6"]
path = bundle/vim-es6
url = https://github.com/isRuslan/vim-es6.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-pug"]
path = bundle/vim-pug
url = https://github.com/digitaltoad/vim-pug.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git