From bd36faaed91329c2482159687bcfdc055270bd07 Mon Sep 17 00:00:00 2001 From: toejough Date: Tue, 8 Sep 2015 13:48:35 -0400 Subject: [PATCH] properly unbundling indent guides in vim --- .vimrc.bundles.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc.bundles.local b/.vimrc.bundles.local index 704ed97..752bd14 100644 --- a/.vimrc.bundles.local +++ b/.vimrc.bundles.local @@ -10,7 +10,7 @@ UnBundle 'mattn/webapi-vim' UnBundle 'mattn/gist-vim' UnBundle 'Lokaltog/powerline' UnBundle 'Lokaltog/vim-powerline' -UnBundle 'vim-indent-guides' +UnBundle 'nathanaelkane/vim-indent-guides' " Misc UnBundle 'tpope/vim-cucumber' UnBundle 'quentindecock/vim-cucumber-align-pipes'