-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
66 lines (66 loc) · 2.74 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
[submodule "_vim/bundle/vim-colors-solarized"]
path = _vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "themes/tmux-colors-solarized"]
path = themes/tmux-colors-solarized
url = https://github.com/seebi/tmux-colors-solarized.git
[submodule "_vim/bundle/vim-markdown"]
path = _vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "consolas-powerline-vim"]
path = consolas-powerline-vim
url = https://github.com/eugeneching/consolas-powerline-vim.git
[submodule "_vim/bundle/unite.vim"]
path = _vim/bundle/unite.vim
url = https://github.com/Shougo/unite.vim.git
[submodule "_vim/bundle/tagbar"]
path = _vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "_vim/bundle/syntastic"]
path = _vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "_vim/bundle/vim-trailing-whitespace"]
path = _vim/bundle/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "_vim/bundle/vim-airline"]
path = _vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "_vim/bundle/vim-fugitive"]
path = _vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "_oh-my-zsh"]
path = _oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "_oh-my-zsh_custom/plugins/zsh-syntax-highlighting"]
path = _oh-my-zsh_custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "_vim/bundle/vim-thrift"]
path = _vim/bundle/vim-thrift
url = https://github.com/solarnz/thrift.vim.git
[submodule "_vim/bundle/vim-instant-markdown"]
path = _vim/bundle/vim-instant-markdown
url = https://github.com/suan/vim-instant-markdown.git
[submodule "_vim/bundle/vim-go"]
path = _vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "_oh-my-zsh_custom/plugins/zsh-completions"]
path = _oh-my-zsh_custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "_vim/bundle/vim-lawrencium"]
path = _vim/bundle/vim-lawrencium
url = https://github.com/ludovicchabant/vim-lawrencium.git
[submodule "_vim/bundle/vim-airline-themes"]
path = _vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "_vim/bundle/ctrlp.vim"]
path = _vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "_vim/bundle/vim-notes"]
path = _vim/bundle/vim-notes
url = https://github.com/xolox/vim-notes.git
[submodule "_vim/bundle/vim-misc"]
path = _vim/bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule "themes/solarized"]
path = themes/solarized
url = https://github.com/altercation/solarized.git