forked from mrmargolis/vim_files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
81 lines (81 loc) · 2.81 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
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/vim-git"]
path = bundle/vim-git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "bundle/vim-vividchalk"]
path = bundle/vim-vividchalk
url = git://github.com/tpope/vim-vividchalk.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-haml"]
path = bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/vim-unimpared"]
path = bundle/vim-unimpared
url = git://github.com/tpope/vim-unimpaired.git
[submodule "bundle/vim-abolish"]
path = bundle/vim-abolish
url = git://github.com/tpope/vim-abolish.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = git://github.com/tpope/vim-repeat.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = http://github.com/mattn/gist-vim.git
[submodule "bundle/rvm.vim"]
path = bundle/rvm.vim
url = http://github.com/csexton/rvm.vim.git
[submodule "bundle/snipmate.vim"]
path = bundle/snipmate.vim
url = http://github.com/msanders/snipmate.vim.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = http://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = http://github.com/leshill/vim-json.git
[submodule "bundle/vim-rooter"]
path = bundle/vim-rooter
url = http://github.com/airblade/vim-rooter.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = http://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/vim-supertab"]
path = bundle/vim-supertab
url = http://github.com/tsaleh/vim-supertab.git
[submodule "snippets"]
path = snippets
url = http://github.com/scrooloose/snipmate-snippets.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = http://github.com/wincent/Command-T.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = [email protected]:mrmargolis/vim-ruby-refactoring.git