-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
111 lines (111 loc) · 3.63 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = [email protected]:tpope/vim-rails.git
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = [email protected]:tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/vim-haml"]
path = bundle/vim-haml
url = [email protected]:tpope/vim-haml.git
ignore = dirty
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = [email protected]:tpope/vim-surround.git
ignore = dirty
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = [email protected]:tpope/vim-endwise.git
ignore = dirty
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = [email protected]:tpope/vim-commentary.git
ignore = dirty
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = [email protected]:tpope/vim-cucumber.git
ignore = dirty
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = [email protected]:scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = [email protected]:corntrace/bufexplorer.git
ignore = dirty
[submodule "bundle/supertab"]
path = bundle/supertab
url = [email protected]:ervandew/supertab.git
ignore = dirty
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = [email protected]:vim-ruby/vim-ruby.git
ignore = dirty
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = [email protected]:mileszs/ack.vim.git
ignore = dirty
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = [email protected]:altercation/vim-colors-solarized.git
ignore = dirty
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = [email protected]:kien/ctrlp.vim
ignore = dirty
[submodule "bundle/vimux"]
path = bundle/vimux
url = [email protected]:benmills/vimux
ignore = dirty
[submodule "bundle/vim-vroom"]
path = bundle/vim-vroom
url = [email protected]:skalnik/vim-vroom.git
[submodule "bundle/vim-rake"]
path = bundle/vim-rake
url = [email protected]:tpope/vim-rake.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = [email protected]:Lokaltog/vim-easymotion.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = [email protected]:tpope/vim-bundler.git
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = [email protected]:tpope/vim-pathogen
[submodule "bundle/snipmate.vim"]
path = bundle/snipmate.vim
url = [email protected]:dalibor/snipmate.vim.git
[submodule "snippets"]
path = snippets
url = [email protected]:dalibor/snipmate-snippets.git
[submodule "bundle/vim-ragtag"]
path = bundle/vim-ragtag
url = [email protected]:tpope/vim-ragtag.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = [email protected]:pangloss/vim-javascript.git
[submodule "bundle/javascript-libraries-syntax.vim"]
path = bundle/javascript-libraries-syntax.vim
url = [email protected]:othree/javascript-libraries-syntax.vim
[submodule "bundle/tabular"]
path = bundle/tabular
url = [email protected]:godlygeek/tabular.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = [email protected]:tpope/vim-markdown.git
[submodule "bundle/file-line"]
path = bundle/file-line
url = [email protected]:bogado/file-line
[submodule "bundle/vim-puppet"]
path = bundle/vim-puppet
url = [email protected]:rodjek/vim-puppet.git
[submodule "bundle/Dockerfile.vim"]
path = bundle/Dockerfile.vim
url = [email protected]:ekalinin/Dockerfile.vim.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = [email protected]:fatih/vim-go.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = [email protected]:editorconfig/editorconfig-vim.git