forked from scrooloose/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
162 lines (162 loc) · 4.83 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
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
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
ignore = dirty
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = git://github.com/tpope/vim-cucumber.git
ignore = dirty
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
ignore = dirty
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/NERD_tree"]
path = bundle/NERD_tree
url = git://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = git://github.com/tpope/vim-ragtag.git
ignore = dirty
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
ignore = dirty
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = git://github.com/tpope/vim-vividchalk.git
ignore = dirty
[submodule "bundle/git"]
path = bundle/git
url = git://github.com/tpope/vim-git.git
ignore = dirty
[submodule "bundle/endwise"]
path = bundle/endwise
url = git://github.com/tpope/vim-endwise.git
ignore = dirty
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/akitaonrails/snipmate.vim.git
ignore = dirty
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
ignore = dirty
[submodule "bundle/Command-T"]
path = bundle/Command-T
url = git://github.com/akitaonrails/Command-T.git
ignore = dirty
[submodule "bundle/textile"]
path = bundle/textile
url = git://github.com/timcharper/textile.vim.git
ignore = dirty
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
ignore = dirty
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/scss-syntax"]
path = bundle/scss-syntax
url = http://github.com/cakebaker/scss-syntax.vim.git
ignore = dirty
[submodule "bundle/ack"]
path = bundle/ack
url = git://github.com/mileszs/ack.vim.git
ignore = dirty
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
ignore = dirty
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
ignore = dirty
[submodule "bundle/securemodelines"]
path = bundle/securemodelines
url = git://github.com/ciaranm/securemodelines.git
ignore = dirty
[submodule "bundle/vim-textobj-user"]
path = bundle/vim-textobj-user
url = git://github.com/kana/vim-textobj-user.git
ignore = dirty
[submodule "bundle/vim-textobj-rubybloc"]
path = bundle/vim-textobj-rubybloc
url = git://github.com/nelstrom/vim-textobj-rubyblock.git
ignore = dirty
[submodule "bundle/vim-preview"]
path = bundle/vim-preview
url = git://github.com/greyblake/vim-preview.git
ignore = dirty
[submodule "bundle/abolish"]
path = bundle/abolish
url = git://github.com/tpope/vim-abolish.git
ignore = dirty
[submodule "bundle/liftweb"]
path = bundle/liftweb
url = git://github.com/Shadowfiend/liftweb-vim.git
ignore = dirty
[submodule "bundle/scala"]
path = bundle/scala
url = git://github.com/akhil/scala-vim-bundle.git
ignore = dirty
[submodule "bundle/clojure"]
path = bundle/clojure
url = git://github.com/vim-scripts/VimClojure.git
ignore = dirty
[submodule "bundle/zencoding-vim"]
path = bundle/zencoding-vim
url = git://github.com/mattn/zencoding-vim.git
ignore = dirty
[submodule "bundle/mirah-vim"]
path = bundle/mirah-vim
url = https://github.com/Neurogami/mirah-vim
ignore = dirty
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = https://github.com/NilsHaldenwang/vim-latex-suite
ignore = dirty
[submodule "snippets"]
path = snippets
url = https://github.com/NilsHaldenwang/snipmate-snippets
ignore = dirty
[submodule "bundle/NERD_commenter"]
path = bundle/NERD_commenter
url = https://github.com/NilsHaldenwang/nerdcommenter.git
ignore = dirty
[submodule "bundle/gist"]
path = bundle/gist
url = https://github.com/mattn/gist-vim.git
ignore = dirty
[submodule "bundle/vim-jquery"]
path = bundle/vim-jquery
url = https://github.com/itspriddle/vim-jquery
ignore = dirty
[submodule "bundle/FuzzyFinder"]
path = bundle/FuzzyFinder
url = https://github.com/vim-scripts/FuzzyFinder
ignore = dirty
[submodule "bundle/L9"]
path = bundle/L9
url = https://github.com/vim-scripts/L9
ignore = dirty
[submodule "bundle/YankRing"]
path = bundle/YankRing
url = https://github.com/vim-scripts/YankRing.vim
ignore = dirty
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git