nvim: plugins: Drop git-messenger

We have git blame via gitsigns or fugitive. Either should suffice.
This commit is contained in:
Sanchayan Maity 2021-11-16 16:34:53 +05:30
parent 940ce0d7ce
commit ab56185c9e
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ local init = function ()
'mattn/webapi-vim'
}
}
use 'rhysd/git-messenger.vim'
use 'whiteinge/diffconflicts'
-- Boost vim command line mode
use 'vim-utils/vim-husk'