-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
60 lines (60 loc) · 2.23 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
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = /~https://github.com/scrooloose/nerdtree.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = /~https://github.com/majutsushi/tagbar.git
[submodule "bundle/vim-monokai-refined"]
path = bundle/vim-monokai-refined
url = /~https://github.com/jaromero/vim-monokai-refined.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = /~https://github.com/kien/ctrlp.vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = /~https://github.com/ddollar/nerdcommenter.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = /~https://github.com/ervandew/supertab.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = /~https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-trailing-whitespace"]
path = bundle/vim-trailing-whitespace
url = /~https://github.com/bronson/vim-trailing-whitespace.git
[submodule "bundle/vim-autoclose"]
path = bundle/vim-autoclose
url = /~https://github.com/jnsn/vim-autoclose.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = /~https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = /~https://github.com/godlygeek/tabular.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = /~https://github.com/bling/vim-airline.git
[submodule "bundle/vim-bufferline"]
path = bundle/vim-bufferline
url = /~https://github.com/bling/vim-bufferline.git
[submodule "bundle/jedi-vim"]
path = bundle/jedi-vim
url = /~https://github.com/davidhalter/jedi-vim.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = /~https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = /~https://github.com/mxw/vim-jsx.git
[submodule "bundle/javascript-libraries-syntax.vim"]
path = bundle/javascript-libraries-syntax.vim
url = /~https://github.com/othree/javascript-libraries-syntax.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = /~https://github.com/scrooloose/syntastic.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = /~https://github.com/editorconfig/editorconfig-vim.git