From a647d34ce197a451b2dac7ad2fa62533a790fa6e Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 7 Nov 2018 10:33:39 +0100 Subject: Vim Modules en vrac --- .gitmodules | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 817ae3d..cfa1ded 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,18 @@ [submodule "bundle/incsearch-easymotion.vim"] path = bundle/incsearch-easymotion.vim url = https://github.com/haya14busa/incsearch-easymotion.vim +[submodule "bundle/ack"] + path = bundle/ack + url = https://github.com/mileszs/ack.vim.git +[submodule "bundle/supertab"] + path = bundle/supertab + url = https://github.com/ervandew/supertab +[submodule "bundle/vimshell.vim"] + path = bundle/vimshell + url = https://github.com/Shougo/vimshell.vim +[submodule "bundle/vimproc"] + path = bundle/vimproc + url = http://github.com/Shougo/vimproc +[submodule "bundle/vim-plug"] + path = bundle/vim-plug + url = https://github.com/junegunn/vim-plug.git -- cgit v1.2.3