aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-03-27 00:52:41 +0800
committerjdhao <jdhao@hotmail.com>2021-03-27 00:52:41 +0800
commit9d4bfd57e242e3aa5a82e1a95dda0f474ae91c61 (patch)
tree9a1ba369b80fe931de884ac528498af35813213d
parent41a2d1b950fc1eae69f8937d5765939ec725acaf (diff)
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.
-rw-r--r--core/plugins.vim1
1 files changed, 0 insertions, 1 deletions
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