forked from fabiokung/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
163 lines (163 loc) · 5.03 KB
/
Copy path.gitmodules
File metadata and controls
163 lines (163 loc) · 5.03 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
ignore = untracked
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = git://github.com/tpope/vim-cucumber.git
ignore = untracked
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
ignore = untracked
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
ignore = untracked
[submodule "bundle/NERD_tree"]
path = bundle/NERD_tree
url = git://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule "bundle/NERD_commenter"]
path = bundle/NERD_commenter
url = git://github.com/scrooloose/nerdcommenter.git
ignore = untracked
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = git://github.com/tpope/vim-ragtag.git
ignore = untracked
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
ignore = untracked
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
ignore = untracked
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = git://github.com/tpope/vim-vividchalk.git
ignore = untracked
[submodule "bundle/git"]
path = bundle/git
url = git://github.com/tpope/vim-git.git
ignore = untracked
[submodule "bundle/endwise"]
path = bundle/endwise
url = git://github.com/tpope/vim-endwise.git
ignore = untracked
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/akitaonrails/snipmate.vim.git
ignore = untracked
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
ignore = untracked
[submodule "bundle/pastie"]
path = bundle/pastie
url = git://github.com/tpope/vim-pastie.git
ignore = untracked
[submodule "bundle/textile"]
path = bundle/textile
url = git://github.com/timcharper/textile.vim.git
ignore = untracked
[submodule "bundle/repeat"]
path = bundle/repeat
url = git://github.com/tpope/vim-repeat.git
ignore = untracked
[submodule "bundle/ack"]
path = bundle/ack
url = git://github.com/mileszs/ack.vim.git
ignore = untracked
[submodule "bundle/SudoEdit"]
path = bundle/SudoEdit
url = git://github.com/chrisbra/SudoEdit.vim.git
ignore = untracked
[submodule "plugin/yankring"]
path = plugin/yankring
url = git://github.com/chrismetcalf/vim-yankring.git
ignore = untracked
[submodule "plugin/scratch"]
path = plugin/scratch
url = git://github.com/jkramer/vim-scratch.git
ignore = untracked
[submodule "bundle/camelcasemotion"]
path = bundle/camelcasemotion
url = git://github.com/vim-scripts/camelcasemotion.git
ignore = untracked
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
ignore = untracked
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = git://github.com/Raimondi/delimitMate.git
ignore = untracked
[submodule "bundle/VimClojure"]
path = bundle/VimClojure
url = git://github.com/vim-scripts/VimClojure.git
ignore = untracked
[submodule "bundle/checksyntax"]
path = bundle/checksyntax
url = git://github.com/tomtom/checksyntax_vim.git
ignore = untracked
[submodule "bundle/minitest"]
path = bundle/minitest
url = git://github.com/sunaku/vim-ruby-minitest.git
ignore = untracked
[submodule "bundle/afc"]
path = bundle/afc
url = git://github.com/adrianoalmeida7/vim-afc.git
ignore = untracked
[submodule "bundle/hammer"]
path = bundle/hammer
url = https://github.com/matthias-guenther/hammer.vim.git
ignore = untracked
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
ignore = untracked
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = https://github.com/tpope/vim-bundler.git
ignore = untracked
[submodule "bundle/vim-rake"]
path = bundle/vim-rake
url = https://github.com/tpope/vim-rake.git
ignore = untracked
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
ignore = untracked
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
ignore = untracked
[submodule "bundle/solarized"]
path = bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/webapi"]
path = bundle/webapi
url = git://github.com/mattn/webapi-vim.git
[submodule "bundle/gist"]
path = bundle/gist
url = git://github.com/mattn/gist-vim.git
[submodule "snippets"]
path = snippets
url = https://github.com/asux/snipmate-snippets.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-bad-whitespace"]
path = bundle/vim-bad-whitespace
url = https://github.com/bitc/vim-bad-whitespace
[submodule "bundle/vim-rbenv"]
path = bundle/vim-rbenv
url = git://github.com/tpope/vim-rbenv.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = https://github.com/ecomba/vim-ruby-refactoring.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git