-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
102 lines (102 loc) · 4.09 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[submodule ".mutt/mutt-colors-solarized"]
path = home/.mutt/mutt-colors-solarized
url = https://github.com/altercation/mutt-colors-solarized.git
[submodule ".vim/bundle/vim-fugitive"]
path = home/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/gundo.vim"]
path = home/.vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/vim-surround"]
path = home/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/ultisnips"]
path = home/.vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule ".vim/bundle/vim-gnupg"]
path = home/.vim/bundle/vim-gnupg
url = https://github.com/jamessan/vim-gnupg.git
[submodule ".vim/bundle/vim-haml"]
path = home/.vim/bundle/vim-haml
url = https://github.com/tpope/vim-haml.git
[submodule ".vim/bundle/vim-markdown"]
path = home/.vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-pathogen"]
path = home/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/Zenburn"]
path = home/.vim/bundle/Zenburn
url = https://github.com/jnurmine/Zenburn.git
[submodule "tools/q"]
path = home/tools/q
url = https://github.com/harelba/q
[submodule "tools/vimpager"]
path = home/tools/vimpager
url = https://github.com/rkitover/vimpager
[submodule ".vim/bundle/vim-sleuth"]
path = home/.vim/bundle/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule ".vim/bundle/vim-snippets"]
path = home/.vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets
[submodule ".vim/bundle/indentLine"]
path = home/.vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule ".vim/bundle/salt-vim"]
path = home/.vim/bundle/salt-vim
url = https://github.com/saltstack/salt-vim.git
[submodule "tools/nsenter"]
path = home/tools/nsenter
url = https://github.com/jpetazzo/nsenter.git
[submodule ".vim/bundle/vim-clang-format"]
path = home/.vim/bundle/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
[submodule ".vim/bundle/rust.vim"]
path = home/.vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule ".vim/bundle/robotframework-vim"]
path = home/.vim/bundle/robotframework-vim
url = https://github.com/rasjani/robotframework-vim.git
[submodule ".vim/bundle/vim-autopep8"]
path = home/.vim/bundle/vim-autopep8
url = https://github.com/tell-k/vim-autopep8
[submodule ".vim/bundle/vim-unimpaired"]
path = home/.vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/rename.vim"]
path = home/.vim/bundle/rename.vim
url = https://github.com/danro/rename.vim.git
[submodule "home/.vim/bundle/matchit"]
path = home/.vim/bundle/matchit
url = https://github.com/tmhedberg/matchit.git
[submodule "home/.vim/bundle/vim-fswitch2"]
path = home/.vim/bundle/vim-fswitch2
url = https://github.com/philsc/vim-fswitch.git
[submodule "home/.vim/bundle/vim-scroll-off-fraction"]
path = home/.vim/bundle/vim-scroll-off-fraction
url = https://github.com/drzel/vim-scroll-off-fraction.git
[submodule "home/.vim/bundle/linediff.vim"]
path = home/.vim/bundle/linediff.vim
url = https://github.com/AndrewRadev/linediff.vim.git
[submodule "home/tools/fzf"]
path = home/tools/fzf
url = https://github.com/junegunn/fzf.git
[submodule "home/.vim/bundle/fzf.vim"]
path = home/.vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule "home/.vim/bundle/vim-shfmt"]
path = home/.vim/bundle/vim-shfmt
url = https://github.com/z0mbix/vim-shfmt.git
[submodule "home/.tmux/tmux-resurrect"]
path = home/.tmux/tmux-resurrect
url = https://github.com/tmux-plugins/tmux-resurrect.git
[submodule "home/.tmux/tmux-continuum"]
path = home/.tmux/tmux-continuum
url = https://github.com/tmux-plugins/tmux-continuum.git
[submodule "home/python/humanfriendly"]
path = home/python/humanfriendly
url = https://github.com/xolox/python-humanfriendly.git
[submodule "home/.vim/bundle/vimspector"]
path = home/.vim/bundle/vimspector
url = https://github.com/puremourning/vimspector