aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-05-08 15:35:07 -0400
committerTeddy Wing2014-05-08 15:35:07 -0400
commite1d9c4d2d622e0367e4277fcef41681eaa3b91eb (patch)
treeb55acca1a78705f1db7e582d1526a16f74fb1cfd
parenta6f5e4c3b0541792b85f61bd48f46658cb801312 (diff)
downloaddotvim-e1d9c4d2d622e0367e4277fcef41681eaa3b91eb.tar.bz2
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???!).
-rw-r--r--.gitmodules3
m---------bundle/vim-indent-guides0
2 files changed, 3 insertions, 0 deletions
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
diff --git a/bundle/vim-indent-guides b/bundle/vim-indent-guides
new file mode 160000
+Subproject eec1b629dc4cfa3986d20f21d4b4489732cd3f5