summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2013-10-21 19:24:28 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2013-10-21 19:24:28 +0200
commit86ad079a46949772e344aa00c251de1deea74901 (patch)
tree4803d31414bafa38ad1225dce9fe09e91762bd27
parent6db13b5909b3cdc09af78dd6af63fa0cc2012876 (diff)
downloaddotfiles-86ad079a46949772e344aa00c251de1deea74901.tar.gz
dotfiles-86ad079a46949772e344aa00c251de1deea74901.tar.bz2
dotfiles-86ad079a46949772e344aa00c251de1deea74901.zip
Add vim-indent-guides bundle
-rw-r--r--.gitmodules3
m---------vim/vim/bundle/vim-indent-guides0
2 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
diff --git a/vim/vim/bundle/vim-indent-guides b/vim/vim/bundle/vim-indent-guides
new file mode 160000
+Subproject eec1b629dc4cfa3986d20f21d4b4489732cd3f5