-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
60 lines (60 loc) · 2.55 KB
/
.gitmodules
File metadata and controls
60 lines (60 loc) · 2.55 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
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule ".zsh/plugins/zsh-completions"]
path = disabled/.zsh/plugins/zsh-completions
url = git://github.com/zsh-users/zsh-completions.git
[submodule ".zsh/plugins/zsh-syntax-highlighting"]
path = disabled/.zsh/plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".vim/bundle/syntastic"]
path = disabled/.vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = disabled/.vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/supertab"]
path = disabled/.vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule ".vim/bundle/vim-markdown"]
path = disabled/.vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-javascript"]
path = disabled/.vim/bundle/vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-fugitive"]
path = disabled/.vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-rails"]
path = disabled/.vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-surround"]
path = disabled/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-cucumber"]
path = disabled/.vim/bundle/vim-cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule ".vim/bundle/vim-rake"]
path = disabled/.vim/bundle/vim-rake
url = git://github.com/tpope/vim-rake.git
[submodule ".vim/bundle/nerdtree"]
path = disabled/.vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-scala"]
path = disabled/.vim/bundle/vim-scala
url = git://github.com/derekwyatt/vim-scala.git
[submodule ".vim/bundle/vim-coffee-script"]
path = disabled/.vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-ctrlp"]
path = disabled/.vim/bundle/vim-ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-snipmate"]
path = disabled/.vim/bundle/vim-snipmate
url = git://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/vim-tlib"]
path = disabled/.vim/bundle/vim-tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = disabled/.vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git