diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-10-21 19:24:28 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-10-21 19:24:28 +0200 |
commit | 86ad079a46949772e344aa00c251de1deea74901 (patch) | |
tree | 4803d31414bafa38ad1225dce9fe09e91762bd27 /.gitmodules | |
parent | 6db13b5909b3cdc09af78dd6af63fa0cc2012876 (diff) | |
download | dotfiles-86ad079a46949772e344aa00c251de1deea74901.tar.gz dotfiles-86ad079a46949772e344aa00c251de1deea74901.tar.bz2 dotfiles-86ad079a46949772e344aa00c251de1deea74901.zip |
Add vim-indent-guides bundle
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ab37fa5..b4c4fe5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "vim/vim/bundle/webapi-vim"] path = vim/vim/bundle/webapi-vim url = https://github.com/mattn/webapi-vim.git +[submodule "vim/vim/bundle/vim-indent-guides"] + path = vim/vim/bundle/vim-indent-guides + url = https://github.com/nathanaelkane/vim-indent-guides.git |