From 58d75ce61132aa8ea189d47b8d0cafc7a576a470 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 5 Mar 2013 20:12:24 +0100 Subject: [PATCH] improve README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4f92ae..5f5019c 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ # vim-signify This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2. +It shows all added, deleted and changed lines since the last commit via Vim its +sign column. It's fast, highly configurable and well documented. Features: -- shows added, deleted and changed lines since the last commit via Vim's sign - column - supports git (other DVCS will follow) +- apart from signs there is also optional line highlighting - you can toggle the plugin per buffer - fully configurable through global variables in vimrc - good documentation -- quick developer response! ;) +- quick developer response! :-) Limits exist only in your mind! Vim on!