1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

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.
This commit is contained in:
jdhao 2021-03-27 00:52:41 +08:00
parent 41a2d1b950
commit 9d4bfd57e2

View File

@ -198,7 +198,6 @@ Plug 'mhinz/vim-signify'
" Git command inside vim
Plug 'tpope/vim-fugitive'
Plug 'APZelos/blamer.nvim'
"}}
"{{ Plugins for markdown writing