From 48466b23f9f3710fb8de84ed1ba28e6b4c745652 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 7 Apr 2014 12:01:35 -0400 Subject: [PATCH] adding the signify submodule to replace gitgutter as its essentially the same thing except signify does the popular version control instead of just git --- .gitmodules | 6 +++--- vim/bundle/vim-signify | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 vim/bundle/vim-signify diff --git a/.gitmodules b/.gitmodules index 772e9c1..95276ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -94,6 +94,6 @@ [submodule "vim/bundle/vim-expand-region"] path = vim/bundle/vim-expand-region url = https://github.com/terryma/vim-expand-region.git -[submodule "vim/bundle/vim-gitgutter"] - path = vim/bundle/vim-gitgutter - url = https://github.com/airblade/vim-gitgutter.git +[submodule "vim/bundle/vim-signify"] + path = vim/bundle/vim-signify + url = https://github.com/mhinz/vim-signify diff --git a/vim/bundle/vim-signify b/vim/bundle/vim-signify new file mode 160000 index 0000000..2b05c7f --- /dev/null +++ b/vim/bundle/vim-signify @@ -0,0 +1 @@ +Subproject commit 2b05c7fd04b248314841a0238bb81daa881582ee