forked from hukl/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
76 lines (61 loc) · 2.32 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
# Core
[submodule ".vim/bundle/pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/ack.vim"]
path = .vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/bundle/markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-rhubarb"]
path = .vim/bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb.git
[submodule ".vim/bundle/auto-pairs"]
path = .vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule ".vim/bundle/vimtex"]
path = .vim/bundle/vimtex
url = https://github.com/lervag/vimtex.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-visual-star-search"]
path = .vim/bundle/vim-visual-star-search
url = https://github.com/nelstrom/vim-visual-star-search.git
[submodule "vim-autopep8"]
path = vim-autopep8
url = https://github.com/tell-k/vim-autopep8
[submodule ".vim/bundle/jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim
[submodule ".vim/bundle/vim-test"]
path = .vim/bundle/vim-test
url = https://github.com/janko-m/vim-test
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/yapf"]
path = .vim/bundle/yapf
url = https://github.com/google/yapf.git