From 7c7dfb2050d584e8de6e7fb68224e371dc0c8178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 3 May 2017 10:48:21 +0200 Subject: Vim modules add nerdcommenter and indent-guides and updates --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2489650..b169170 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,9 @@ [submodule "vim/bundle/ultisnips"] path = vim/bundle/ultisnips url = https://github.com/SirVer/ultisnips.git +[submodule "vim/bundle/nerdcommenter"] + path = vim/bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git +[submodule "vim/bundle/vim-indent-guides"] + path = vim/bundle/vim-indent-guides + url = git://github.com/nathanaelkane/vim-indent-guides.git -- cgit v1.2.3