-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
75 lines (75 loc) · 2.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
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
active = true
ignore = all
# branch = v2.4-22-gac4dd94
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
active = true
ignore = all
# branch = heads/master 8d5e37c
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular
active = true
ignore = all
# branch = heads/master 339091a
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/preservim/tagbar.git
active = true
ignore = all
# branch = v3.1.1-5-g5d6990e
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
active = true
ignore = all
# branch = 1.28-2-gd3bdad7
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
active = true
ignore = all
# branch = heads/master
[submodule ".vim/bundle/vim-puppet"]
path = .vim/bundle/vim-puppet
url = https://github.com/rodjek/vim-puppet.git
active = true
ignore = all
# branch = heads/master
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
active = true
ignore = all
# branch = stable-20220329-11-gf06f069
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
active = true
ignore = all
# branch = v2.0
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
active = true
ignore = all
# branch = 1.0.0-1602-gb039190
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
active = true
ignore = all
# branch = v0.11-597-g3b9e149
[submodule ".vim/bundle/vim-easytags"]
path = .vim/bundle/vim-easytags
url = https://github.com/xolox/vim-easytags.git
[submodule ".vim/bundle/vim-misc"]
path = .vim/bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule ".vim/colors/base16"]
path = .vim/colors/base16
url = https://github.com/chriskempson/base16-vim.git