From b34bb68ce21e673563a71377c3196d10605e4ca9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 25 Jun 2019 10:04:49 +0200 Subject: git: Add new alias and add -v to fetch Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 5199333..0d12e31 100644 --- a/.gitmodules +++ b/.gitmodules @@ -142,3 +142,6 @@ [submodule ".vim/bundle/vim-puppet"] path = .vim/bundle/vim-puppet url = https://github.com/rodjek/vim-puppet.git +[submodule ".vim/bundle/vim-eyaml"] + path = .vim/bundle/vim-eyaml + url = https://github.com/davewongillies/vim-eyaml.git -- cgit v1.2.3-24-g4f1b