-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
129 lines (129 loc) · 4.58 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
[submodule "bundle/git-runtime"]
path = bundle/git-runtime
url = https://github.com/tpope/vim-git.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/csapprox"]
path = bundle/csapprox
url = https://github.com/godlygeek/csapprox.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/vim-scripts/bufexplorer.zip.git
[submodule "bundle/a"]
path = bundle/a
url = https://github.com/vim-scripts/a.vim.git
[submodule "bundle/indexed-search"]
path = bundle/indexed-search
url = https://github.com/vim-scripts/IndexedSearch.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/vim-scripts/delimitMate.vim.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/markdown-runtime"]
path = bundle/markdown-runtime
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/solarized"]
path = bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "bundle/MatchTag"]
path = bundle/MatchTag
url = https://github.com/gregsexton/MatchTag.git
[submodule "bundle/yankring"]
path = bundle/yankring
url = https://github.com/vim-scripts/YankRing.vim.git
[submodule "bundle/vim-monokai"]
path = bundle/vim-monokai
url = https://github.com/sickill/vim-monokai.git
[submodule "bundle/vim-ruby-debugger"]
path = bundle/vim-ruby-debugger
url = https://github.com/astashov/vim-ruby-debugger.git
[submodule "bundle/vim-wordfuzzycompletion"]
path = bundle/vim-wordfuzzycompletion
url = https://github.com/jaanauati/vim-wordfuzzycompletion-plugin.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = https://github.com/slim-template/vim-slim
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = https://github.com/tpope/vim-bundler.git
[submodule "bundle/vim-tmux-navigator"]
path = bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
[submodule "bundle/Atomic-Save"]
path = bundle/Atomic-Save
url = https://github.com/waterlink/Atomic-Save.git
[submodule "bundle/vim-autocomplete"]
path = bundle/vim-autocomplete
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/browser.vim"]
path = bundle/browser.vim
url = https://github.com/vim-scripts/browser.vim.git
[submodule "bundle/synmark.vim"]
path = bundle/synmark.vim
url = https://github.com/vim-scripts/synmark.vim.git
[submodule "bundle/vim-instant-markdown"]
path = bundle/vim-instant-markdown
url = https://github.com/suan/vim-instant-markdown.git
[submodule "bundle/vim-rust"]
path = bundle/vim-rust
url = https://github.com/wting/rust.vim.git