-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
112 lines (112 loc) · 3.97 KB
/
.gitmodules
File metadata and controls
112 lines (112 loc) · 3.97 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
112
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-addon-mw-util"]
path = bundle/vim-addon-mw-util
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-tlib"]
path = bundle/vim-tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-javascript-syntax"]
path = bundle/vim-javascript-syntax
url = git@github.com:jelera/vim-javascript-syntax.git
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = git@github.com:editorconfig/editorconfig-vim.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/vim-nodejs-complete"]
path = bundle/vim-nodejs-complete
url = git@github.com:myhere/vim-nodejs-complete.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/vim-scripts/Tagbar.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = git@github.com:mattn/emmet-vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular.git
branch = master
[submodule "bundle/vim-jsbeautify"]
path = bundle/vim-jsbeautify
url = git@github.com:maksimr/vim-jsbeautify.git
[submodule "bundle/vim-node"]
path = bundle/vim-node
url = https://github.com/moll/vim-node.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = git@github.com:terryma/vim-multiple-cursors.git
[submodule "bundle/typescript-vim"]
path = bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/vim-nerdtree-tabs"]
path = bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/w0rp/ale.git
[submodule "bundle/vim-grepper"]
path = bundle/vim-grepper
url = https://github.com/mhinz/vim-grepper.git
[submodule "bundle/codi"]
path = bundle/codi
url = https://github.com/metakirby5/codi.vim.git
[submodule "bundle/html5"]
path = bundle/html5
url = https://github.com/othree/html5.vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/loremipsum"]
path = bundle/loremipsum
url = https://github.com/vim-scripts/loremipsum.git
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/vimshell"]
path = bundle/vimshell
url = git@github.com:Shougo/vimshell.vim.git
[submodule "bundle/vimproc"]
path = bundle/vimproc
url = https://github.com/Shougo/vimproc.vim
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule "bundle/colorschemes"]
path = bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule "bundle/python-syntax"]
path = bundle/python-syntax
url = git@github.com:hdima/python-syntax.git
[submodule "bundle/vim-lastplace"]
path = bundle/vim-lastplace
url = https://github.com/dietsche/vim-lastplace.git
[submodule "bundle/vim-auto-save"]
path = bundle/vim-auto-save
url = git@github.com:907th/vim-auto-save.git
[submodule "bundle/vim-fixmyjs"]
path = bundle/vim-fixmyjs
url = git@github.com:ruanyl/vim-fixmyjs.git