-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
58 lines (57 loc) · 2.22 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
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript
[submodule "vim/bundle/vim-json"]
path = vim/bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "tmux/plugins/tmux-pain-control"]
path = tmux/plugins/tmux-pain-control
url = https://github.com/tmux-plugins/tmux-pain-control
[submodule "tmux/plugins/tmux-sidebar"]
path = tmux/plugins/tmux-sidebar
url = https://github.com/tmux-plugins/tmux-sidebar
[submodule "tmux/plugins/tmux-colors-solarized"]
path = tmux/plugins/tmux-colors-solarized
url = https://github.com/seebi/tmux-colors-solarized
[submodule "tmux/plugins/tmux-logging"]
path = tmux/plugins/tmux-logging
url = https://github.com/tmux-plugins/tmux-logging
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab
[submodule "vim/nvim-bundle/vim-delve"]
path = vim/nvim-bundle/vim-delve
url = https://github.com/sebdah/vim-delve
[submodule "vim/bundle/typescript-vim"]
path = vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim
[submodule "vim/bundle/jedi-vim"]
path = vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim