This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
95 lines (72 loc) · 2.55 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
91
92
93
94
95
[submodule "bundle/vim-html5"]
path = bundle/vim-html5
url = git://github.com/othree/html5-syntax.vim
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/tpope/vim-markdown
[submodule "bundle/vim-systemd"]
path = bundle/vim-systemd
url = git://github.com/Matt-Deacalion/vim-systemd-syntax
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = git://github.com/bling/vim-airline
[submodule "bundle/molokai"]
path = bundle/molokai
url = git://github.com/tomasr/molokai
[submodule "bundle/vim-template"]
path = bundle/vim-template
url = git://github.com/thinca/vim-template
[submodule "bundle/vim-php"]
path = bundle/vim-php
url = git://github.com/StanAngeloff/php.vim
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby
[submodule "bundle/vim-haml"]
path = bundle/vim-haml
url = git://github.com/tpope/vim-haml
[submodule "bundle/vim-jquery"]
path = bundle/vim-jquery
url = git://github.com/itspriddle/vim-jquery
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = git://github.com/groenewege/vim-less
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = git://github.com/leshill/vim-json
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise
[submodule "bundle/vim-rvm"]
path = bundle/vim-rvm
url = git://github.com/tpope/vim-rvm
[submodule "bundle/vim-rust"]
path = bundle/vim-rust
url = git://github.com/wting/rust.vim.git
[submodule "bundle/vim-toml"]
path = bundle/vim-toml
url = git://github.com/cespare/vim-toml
[submodule "bundle/vim-css3-syntax"]
path = bundle/vim-css3-syntax
url = git://github.com/hail2u/vim-css3-syntax.git
[submodule "bundle/vim-javascript-syntax"]
path = bundle/vim-javascript-syntax
url = git://github.com/jelera/vim-javascript-syntax.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = git://github.com/killphi/vim-ruby-refactoring.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = git://github.com/vim-airline/vim-airline-themes.git
[submodule "bundle/nginx.vim"]
path = bundle/nginx.vim
url = git://github.com/chr4/nginx.vim
[submodule "bundle/vim-ps1"]
path = bundle/vim-ps1
url = git://github.com/PProvost/vim-ps1.git