This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
153 lines (153 loc) · 5.38 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
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/NERD_tree"]
path = bundle/NERD_tree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/NERD_commenter"]
path = bundle/NERD_commenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = git://github.com/tpope/vim-ragtag.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/git"]
path = bundle/git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/textile"]
path = bundle/textile
url = git://github.com/timcharper/textile.vim.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "bundle/scss-syntax"]
path = bundle/scss-syntax
url = http://github.com/cakebaker/scss-syntax.vim.git
[submodule "bundle/ack"]
path = bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "bundle/vim-ruby-sinatra"]
path = bundle/vim-ruby-sinatra
url = git://github.com/hallison/vim-ruby-sinatra.git
[submodule "bundle/vim-textobj-rubybloc"]
path = bundle/vim-textobj-rubybloc
url = git://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/vim-preview"]
path = bundle/vim-preview
url = git://github.com/greyblake/vim-preview.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-jquery"]
path = bundle/vim-jquery
url = git://github.com/itspriddle/vim-jquery.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = git://github.com/othree/html5.vim.git
[submodule "plugin/gist-vim"]
path = plugin/gist-vim
url = http://github.com/mattn/gist-vim.git
[submodule "bundle/vim-yankring"]
path = bundle/vim-yankring
url = git://github.com/chrismetcalf/vim-yankring.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule "bundle/vim-autoclose"]
path = bundle/vim-autoclose
url = git://github.com/Townk/vim-autoclose.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = git://github.com/mattn/gist-vim.git
[submodule "bundle/git-vim"]
path = bundle/git-vim
url = git://github.com/motemen/git-vim.git
[submodule "bundle/grep-vim"]
path = bundle/grep-vim
url = git://github.com/vim-scripts/grep.vim.git
[submodule "bundle/vim-indexed-search"]
path = bundle/vim-indexed-search
url = git://github.com/henrik/vim-indexed-search.git
[submodule "bundle/ctrp"]
path = bundle/ctrp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/NrrRgn"]
path = bundle/NrrRgn
url = git://github.com/chrisbra/NrrwRgn.git
[submodule "bundle/vim-buffergator"]
path = bundle/vim-buffergator
url = git://github.com/jeetsukumaran/vim-buffergator.git
[submodule "bundle/vim-vroom"]
path = bundle/vim-vroom
url = git://github.com/skalnik/vim-vroom.git
[submodule "bundle/webapi-vim"]
path = bundle/webapi-vim
url = git://github.com/mattn/webapi-vim.git
[submodule "bundle/vim-ruby-run"]
path = bundle/vim-ruby-run
url = https://github.com/stjernstrom/vim-ruby-run
[submodule "bundle/hardmode"]
path = bundle/hardmode
url = git://github.com/wikitopian/hardmode.git
[submodule "bundle/vim-rbenv"]
path = bundle/vim-rbenv
url = https://github.com/tpope/vim-rbenv
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/mustache/vim-mustache-handlebars.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/vim-textobj-user"]
path = bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/rainbow_parentheses.vim"]
path = bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/vim-clojure-static"]
path = bundle/vim-clojure-static
url = https://github.com/guns/vim-clojure-static.git