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 --- vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vimrc') 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