-
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.26 KB
/
.gitmodules
File metadata and controls
60 lines (60 loc) · 2.26 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 "home/vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule "home/vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/minibufexpl"]
path = .vim/bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
[submodule ".vim/bundle/taglist"]
path = .vim/bundle/taglist
url = https://github.com/mexpolk/vim-taglist.git
[submodule ".vim/bundle/tasklist"]
path = .vim/bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule ".emacs.d/vendor/slime"]
path = .emacs.d/vendor/slime
url = https://github.com/nablaone/slime.git
[submodule ".emacs.d/vendor/swank-chicken"]
path = .emacs.d/vendor/swank-chicken
url = https://github.com/nickg/swank-chicken.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule ".vim/bundle/dbext"]
path = .vim/bundle/dbext
url = https://github.com/vim-scripts/dbext.vim.git
[submodule ".vim/bundle/vimpdb"]
path = .vim/bundle/vimpdb
url = https://github.com/gotcha/vimpdb.git
[submodule ".vim/bundle/slimv"]
path = .vim/bundle/slimv
url = https://github.com/vim-scripts/slimv.vim.git
[submodule ".vim/bundle/SearchComplete"]
path = .vim/bundle/SearchComplete
url = https://github.com/vim-scripts/SearchComplete.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/vim-sparkup"]
path = .vim/bundle/vim-sparkup
url = https://github.com/ruprict/vim-sparkup.git
[submodule "vendor/oh-my-zsh"]
path = vendor/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/vim-orgmode"]
path = .vim/bundle/vim-orgmode
url = https://github.com/jceb/vim-orgmode.git