From 0d041a12b12f12f445bf46f4976de4ecef6bc4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 28 Apr 2019 15:14:48 +0200 Subject: vim: add fugitive plugin --- private | 2 +- vimrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/private b/private index 91dd452..0c7a49b 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 91dd4520692588e5e7a8a19cdd40e22ab49ffee0 +Subproject commit 0c7a49ba8d5318cd7ee264aceb7cd5228274ca19 diff --git a/vimrc b/vimrc index 3edfe21..7c7cd96 100644 --- a/vimrc +++ b/vimrc @@ -26,6 +26,7 @@ Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' Bundle 'craigemery/vim-autotag' Plugin 'scrooloose/nerdcommenter' +Plugin 'tpope/vim-fugitive' " Movement, format and others Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' -- cgit v1.2.3