-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
54 lines (54 loc) · 2.19 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
[submodule "_oh-my-zsh"]
path = _oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "_vim/.vim/bundle/fugitive"]
path = _vim/.vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "_vim/.vim/bundle/nerdtree"]
path = _vim/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "_vim/.vim/bundle/surround"]
path = _vim/.vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "_vim/.vim/bundle/repeat"]
path = _vim/.vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "_vim/.vim/bundle/ack"]
path = _vim/.vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "_vim/.vim/bundle/fuzzyfinder"]
path = _vim/.vim/bundle/fuzzyfinder
url = https://github.com/vim-scripts/FuzzyFinder.git
ignore = untracked
[submodule "_vim/.vim/bundle/l9"]
path = _vim/.vim/bundle/l9
url = https://github.com/git-mirror/vim-l9.git
ignore = untracked
[submodule "_vim/.vim/bundle/supertab"]
path = _vim/.vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "_vim/.vim/bundle/gvimfullscreen_win32"]
path = _vim/.vim/bundle/gvimfullscreen_win32
url = https://github.com/derekmcloughlin/gvimfullscreen_win32.git
[submodule "_vim/.vim/bundle/matchit"]
path = _vim/.vim/bundle/matchit
url = https://github.com/jwhitley/vim-matchit.git
ignore = untracked
[submodule "_vim/.vim/bundle/ctrlp"]
path = _vim/.vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "zsh-syntax-highlighting"]
path = zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "_vim/.vim/bundle/vim-commentary"]
path = _vim/.vim/bundle/vim-commentary
url = [email protected]:tpope/vim-commentary.git
[submodule "_vim/.vim/bundle/gundo"]
path = _vim/.vim/bundle/gundo
url = http://github.com/sjl/gundo.vim.git
[submodule "_vim/.vim/bundle/cql-vim"]
path = _vim/.vim/bundle/cql-vim
url = [email protected]:elubow/cql-vim.git
[submodule "_vim/.vim/bundle/vim-java-bytecode"]
path = _vim/.vim/bundle/vim-java-bytecode
url = https://github.com/neapel/vim-java-bytecode.git