From 9d4bfd57e242e3aa5a82e1a95dda0f474ae91c61 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 27 Mar 2021 00:52:41 +0800 Subject: Remove blamer.nvim We can select a line and use command :Git blame to show the blame message for this line. So this plugin is not really needed. --- core/plugins.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index ab15b36..360ba02 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -198,7 +198,6 @@ Plug 'mhinz/vim-signify' " Git command inside vim Plug 'tpope/vim-fugitive' -Plug 'APZelos/blamer.nvim' "}} "{{ Plugins for markdown writing -- cgit v1.2.3