From 2fbbcd42239c7cc4cb42ab1a5cb0500ec8d9dc3c Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 16 Apr 2020 10:16:01 +0200 Subject: [PATCH] Add vundle --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 4915557..5982b42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule ".vim/bundle/Vundle.vim"] + path = .vim/bundle/Vundle.vim + url = https://github.com/gmarik/Vundle.vim.git [submodule "ModernCppStarter"] path = ModernCppStarter url = https://github.com/TheLartians/ModernCppStarter