-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
90 lines (90 loc) · 3.22 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
78
79
80
81
82
83
84
85
86
87
88
89
90
[submodule ".vim/bundle/OmniCppComplete"]
path = .vim/bundle/OmniCppComplete
url = https://github.com/vim-scripts/OmniCppComplete.git
ignore = dirty
[submodule ".vim/bundle/SearchComplete"]
path = .vim/bundle/SearchComplete
url = https://github.com/vim-scripts/SearchComplete.git
ignore = dirty
[submodule ".vim/bundle/Vim-R-plugin"]
path = .vim/bundle/Vim-R-plugin
url = https://github.com/vim-scripts/Vim-R-plugin.git
ignore = dirty
[submodule ".vim/bundle/a.vim"]
path = .vim/bundle/a.vim
url = https://github.com/vim-scripts/a.vim.git
ignore = dirty
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
ignore = dirty
[submodule ".vim/bundle/ctx"]
path = .vim/bundle/ctx
url = https://github.com/svennieboy/ctx.git
ignore = dirty
[submodule ".vim/bundle/perl-support.vim"]
path = .vim/bundle/perl-support.vim
url = https://github.com/vim-scripts/perl-support.vim.git
ignore = dirty
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
ignore = dirty
[submodule ".vim/bundle/taglist.vim"]
path = .vim/bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.git
ignore = dirty
[submodule ".vim/bundle/vim-afterimage"]
path = .vim/bundle/vim-afterimage
url = https://github.com/tpope/vim-afterimage.git
ignore = dirty
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
ignore = dirty
[submodule ".vim/bundle/vim-powerline"]
path = .vim/bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
ignore = dirty
[submodule ".vim/bundle/vimbuddy.vim"]
path = .vim/bundle/vimbuddy.vim
url = https://github.com/vim-scripts/vimbuddy.vim.git
ignore = dirty
[submodule ".vim/bundle/ShowPairs"]
path = .vim/bundle/ShowPairs
url = https://github.com/vim-scripts/ShowPairs.git
ignore = dirty
[submodule ".vim/bundle/unicode.vim"]
path = .vim/bundle/unicode.vim
url = https://github.com/vim-scripts/unicode.vim.git
ignore = dirty
[submodule ".vim/bundle/vim-matchit"]
path = .vim/bundle/vim-matchit
url = https://github.com/adelarsq/vim-matchit
ignore = dirty
[submodule ".vim/bundle/L9"]
path = .vim/bundle/L9
url = https://github.com/vim-scripts/L9.git
ignore = dirty
[submodule ".vim/bundle/FuzzyFinder"]
path = .vim/bundle/FuzzyFinder
url = https://github.com/vim-scripts/FuzzyFinder.git
ignore = dirty
[submodule ".vim/bundle/csapprox"]
path = .vim/bundle/csapprox
url = git://github.com/godlygeek/csapprox.git
ignore = dirty
[submodule ".vim/bundle/powerline"]
path = .vim/bundle/powerline
url = https://github.com/Lokaltog/powerline.git
ignore = dirty
[submodule ".vim/bundle/vim-markology"]
path = .vim/bundle/vim-markology
url = https://github.com/jeetsukumaran/vim-markology.git
[submodule ".vim/bundle/editorconfig-vim"]
path = .vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git