-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
77 lines (77 loc) · 2.61 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
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/tlib"]
path = bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/snipmate-snippets"]
path = bundle/snipmate-snippets
url = https://github.com/JDeuce/snipmate-snippets.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
ignore = untracked
[submodule "bundle/pep8"]
path = bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule "bundle/csapprox"]
path = bundle/csapprox
url = https://github.com/godlygeek/csapprox
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "bundle/plantuml-syntax"]
path = bundle/plantuml-syntax
url = https://github.com/dtjm/plantuml-syntax.vim.git
[submodule "bundle/jinja-syntax"]
path = bundle/jinja-syntax
url = https://github.com/JDeuce/jinja-syntax.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/Align"]
path = bundle/Align
url = https://github.com/vim-scripts/Align
ignore = untracked
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-puppet"]
path = bundle/vim-puppet
url = https://github.com/JDeuce/vim-puppet
[submodule "bundle/vimproc"]
path = bundle/vimproc
url = https://github.com/Shougo/vimproc.vim.git
[submodule "bundle/unite"]
path = bundle/unite
url = https://github.com/Shougo/unite.vim.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/JDeuce/vim-multiple-cursors.git
[submodule "bundle/editorconfig"]
path = bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "bundle/completor"]
path = bundle/completor
url = https://github.com/maralla/completor.vim
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/w0rp/ale.git