-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.84 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
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim/bundle/gnuplot.vim"]
path = vim/bundle/gnuplot.vim
url = https://github.com/vim-scripts/gnuplot.vim.git
[submodule "vim/bundle/gundo.vim"]
path = vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
[submodule "vim/bundle/molokai"]
path = vim/bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/rainbow_parentheses.vim"]
path = vim/bundle/rainbow_parentheses.vim
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "vim/bundle/taglist.vim"]
path = vim/bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.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/vim-flake8"]
path = vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/vimtex"]
path = vim/bundle/vimtex
url = https://github.com/lervag/vimtex.git
[submodule "vim/bundle/YankRing.vim"]
path = vim/bundle/YankRing.vim
url = https://github.com/vim-scripts/YankRing.vim.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/rlyspn/oh-my-zsh.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/deoplete.nvim"]
path = vim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim.git