diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-03 10:48:21 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-03 10:48:21 +0200 |
commit | 7c7dfb2050d584e8de6e7fb68224e371dc0c8178 (patch) | |
tree | 12b5943f10796e7a208cac534b11483773656140 /.gitmodules | |
parent | 010a14c4d12af624c00d257d27d53a14abd2b7e1 (diff) | |
download | myconfigs-7c7dfb2050d584e8de6e7fb68224e371dc0c8178.tar.gz myconfigs-7c7dfb2050d584e8de6e7fb68224e371dc0c8178.tar.bz2 myconfigs-7c7dfb2050d584e8de6e7fb68224e371dc0c8178.zip |
Vim modules add nerdcommenter and indent-guides and updates
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
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 |