-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
75 lines (75 loc) · 3.26 KB
/
.gitmodules
File metadata and controls
75 lines (75 loc) · 3.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[submodule "vim/.vim/bundle/base16-vim"]
path = vim/.vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git
[submodule "vim/.vim/bundle/Conque-GDB"]
path = vim/.vim/bundle/Conque-GDB
url = https://github.com/vim-scripts/Conque-GDB.git
[submodule "vim/.vim/bundle/mru"]
path = vim/.vim/bundle/mru
url = https://github.com/yegappan/mru.git
[submodule "vim/.vim/bundle/nerdtree"]
path = vim/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/.vim/bundle/nerdtree-git-plugin"]
path = vim/.vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule "vim/.vim/bundle/undotree"]
path = vim/.vim/bundle/undotree
url = https://github.com/mbbill/undotree.git
[submodule "vim/.vim/bundle/vim-airline"]
path = vim/.vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "vim/.vim/bundle/vim-airline-themes"]
path = vim/.vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "vim/.vim/bundle/vim-colorschemes"]
path = vim/.vim/bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule "vim/.vim/bundle/vim-devicons"]
path = vim/.vim/bundle/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
[submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/.vim/bundle/vim-nerdtree-syntax-highlight"]
path = vim/.vim/bundle/vim-nerdtree-syntax-highlight
url = https://github.com/tiagofumo/vim-nerdtree-syntax-highlight.git
[submodule "vim/.vim/bundle/vim-nerdtree-tabs"]
path = vim/.vim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "vim/.vim/bundle/vim-pathogen"]
path = vim/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/.vim/bundle/tagbar"]
path = vim/.vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/.vim/bundle/rainbow_parentheses.vim"]
path = vim/.vim/bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "vim/.vim/bundle/obsession"]
path = vim/.vim/bundle/obsession
url = https://github.com/tpope/vim-obsession
[submodule "vim/.vim/bundle/vifm.vim"]
path = vim/.vim/bundle/vifm.vim
url = https://github.com/vifm/vifm.vim
[submodule "vifm/.vifm/colors"]
path = vifm/.vifm/colors
url = https://github.com/vifm/vifm-colors
[submodule "tmux/.tmux/plugins/tpm"]
path = tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "tmux/.tmux/plugins/tmux-resurrect"]
path = tmux/.tmux/plugins/tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect
[submodule "tmux/.tmux/plugins/tmux-prefix-highlight"]
path = tmux/.tmux/plugins/tmux-prefix-highlight
url = https://github.com/tmux-plugins/tmux-prefix-highlight
[submodule "tmux/.tmux/plugins/tmux-sidebar"]
path = tmux/.tmux/plugins/tmux-sidebar
url = https://github.com/tmux-plugins/tmux-sidebar
[submodule "vim/.vim/bundle/vim-lastplace"]
path = vim/.vim/bundle/vim-lastplace
url = git://github.com/farmergreg/vim-lastplace.git
[submodule "vim/.vim/bundle/vim-commentary"]
path = vim/.vim/bundle/vim-commentary
url = git@github.com:tpope/vim-commentary.git