forked from coreyhaines/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
51 lines (51 loc) · 1.78 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
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "bundle/vim-git"]
path = bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "bundle/ack-vim"]
path = bundle/ack-vim
url = git://github.com/mileszs/ack.vim.git
[submodule "bundle/git-vim"]
path = bundle/git-vim
url = git://github.com/motemen/git-vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/tsaleh/vim-supertab.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = git://github.com/tpope/vim-vividchalk.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/neocomplcache"]
path = bundle/neocomplcache
url = git://github.com/Shougo/neocomplcache.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = http://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-ack"]
path = bundle/vim-ack
url = http://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = http://github.com/ecomba/vim-ruby-refactoring.git