From 7cc81b6a2530d4cb964fc158924a6425d234c0f2 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 29 Jan 2015 23:37:39 +0900 Subject: [PATCH] Adding vim-gitgutter --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index a9083af..38c44e3 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -2,6 +2,7 @@ call plug#begin('~/.vim/plugged') Plug 'https://github.com/FooSoft/vim-argwrap.git' Plug 'https://github.com/Lokaltog/vim-easymotion.git' +Plug 'https://github.com/airblade/vim-gitgutter.git' Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/bkad/CamelCaseMotion' Plug 'https://github.com/bling/vim-airline.git'