-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
135 lines (135 loc) · 4.79 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
[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/Raimondi/delimitMate.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/alex-fedorov/Atomic-Save.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-tslime"]
path = bundle/vim-tslime
url = https://github.com/LnL7/vim-tslime.git
[submodule "bundle/vim-dev-notes"]
path = bundle/vim-dev-notes
url = https://github.com/alex-fedorov/vim-dev-notes.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/vim-rust"]
path = bundle/vim-rust
url = https://github.com/wting/rust.vim