From e1d9c4d2d622e0367e4277fcef41681eaa3b91eb Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 8 May 2014 15:35:07 -0400 Subject: Add Indent Guides plugin Visually displays indentation so you can have an easier time seeing where a block ends. Like BBEdit's tab stops (kind of), but looks more like the Visual Studio style (blech). Going to be amazingly useful since my team enforces 2-space indentation for all front-end code (WTF???!). --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 566cd11..119d623 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,3 +21,6 @@ path = bundle/EasyGrep url = https://github.com/vim-scripts/EasyGrep.git ignore = untracked +[submodule "bundle/vim-indent-guides"] + path = bundle/vim-indent-guides + url = https://github.com/nathanaelkane/vim-indent-guides.git -- cgit v1.2.3