blob: c23d3d5cff9a7283150e3c79e090fd9e056ad558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[submodule "tagbar"]
path = vim/pack/default/start/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "fugitive"]
path = vim/pack/default/start/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bufexplorer"]
path = vim/pack/default/start/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule "airline"]
path = vim/pack/default/start/airline
url = https://github.com/bling/vim-airline
[submodule "gitgutter"]
path = vim/pack/default/start/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "gnupg"]
path = vim/pack/default/start/gnupg
url = https://github.com/jamessan/vim-gnupg.git
[submodule "fzf.vim"]
path = vim/pack/default/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule "vim-lsc"]
path = vim/pack/default/start/vim-lsc
url = https://github.com/natebosch/vim-lsc.git
|