forked from vgod/vimrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
66 lines (66 loc) · 2.41 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
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex/
[submodule "bundle/smart-parentheses"]
path = bundle/smart-parentheses
url = https://github.com/vim-scripts/Smart-Parentheses.git
[submodule "bundle/autoclose"]
path = bundle/autoclose
url = https://github.com/Townk/vim-autoclose.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/CuteErrorMarker"]
path = bundle/CuteErrorMarker
url = https://github.com/Twinside/vim-cuteErrorMarker.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/yankring"]
path = bundle/yankring
url = https://github.com/vim-scripts/YankRing.vim.git
[submodule "bundle/VisIncr"]
path = bundle/VisIncr
url = https://github.com/vim-scripts/VisIncr.git
[submodule "bundle/xmledit"]
path = bundle/xmledit
url = https://github.com/sukima/xmledit.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/OmniCppComplete"]
path = bundle/OmniCppComplete
url = https://github.com/vim-scripts/OmniCppComplete.git
[submodule "bundle/javacomplete"]
path = bundle/javacomplete
url = https://github.com/vim-scripts/javacomplete
[submodule "bundle/scala-vim-support"]
path = bundle/scala-vim-support
url = https://github.com/vgod/scala-vim-support.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "bundle/pythoncomplete"]
path = bundle/pythoncomplete
url = https://github.com/vim-scripts/pythoncomplete.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git