summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: 5599daa03b2633448c2ed100b6284b009d9e54ec (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
25
26
27
[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 "neocomplete"]
	path = vim/pack/default/start/neocomplete
	url = https://github.com/Shougo/neocomplete.vim.git
[submodule "gnupg"]
	path = vim/pack/default/start/gnupg
	url = https://github.com/jamessan/vim-gnupg.git
[submodule "ale"]
	path = vim/pack/default/start/ale
	url = https://github.com/w0rp/ale.git
[submodule "vim/pack/default/start/fzf.vim"]
	path = vim/pack/default/start/fzf.vim
	url = https://github.com/junegunn/fzf.vim.git