-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.07 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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/goyo"]
path = .vim/bundle/goyo
url = https://github.com/junegunn/goyo.vim.git
[submodule ".vim/bundle/zenroom"]
path = .vim/bundle/zenroom
url = https://github.com/amix/vim-zenroom2.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/bufexplorer"]
path = .vim/bundle/bufexplorer
url = https://github.com/vim-scripts/bufexplorer.zip.git
[submodule ".vim/bundle/commentary"]
path = .vim/bundle/commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/jedi"]
path = .vim/bundle/jedi
url = https://github.com/davidhalter/jedi-vim.git
[submodule ".vim/bundle/slimux"]
path = .vim/bundle/slimux
url = https://github.com/epeli/slimux.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim