-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.62 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
[submodule "bundle/puppet"]
path = bundle/puppet
url = git://github.com/rodjek/vim-puppet.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/msanders/snipmate.vim
[submodule "bundle/vim-yaml"]
path = bundle/vim-yaml
url = git://github.com/avakhov/vim-yaml
[submodule "bundle/vim-haml"]
path = bundle/vim-haml
url = git://github.com/tpope/vim-haml
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-ruby-rdoc"]
path = bundle/vim-ruby-rdoc
url = https://github.com/lucapette/vim-ruby-doc
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = git://github.com/tpope/vim-sensible.git
[submodule "bundle/vimux"]
path = bundle/vimux
url = https://github.com/benmills/vimux
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/nerdtree-tabs"]
path = bundle/nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git