nvim: Fix loading of git messenger
Relying on lazy loading on command invocation feature seems to not make the default key bindings of the plugin take effect. Remove it.
This commit is contained in:
parent
7bb5343314
commit
77514eaea0
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ local init = function ()
|
|||
branch = 'main'
|
||||
}
|
||||
use 'lambdalisue/gina.vim'
|
||||
use {
|
||||
'rhysd/git-messenger.vim',
|
||||
cmd = 'GitMessenger'
|
||||
}
|
||||
use 'rhysd/git-messenger.vim'
|
||||
use 'rhysd/conflict-marker.vim'
|
||||
use 'salcode/vim-interactive-rebase-reverse'
|
||||
-- Boost vim command line mode
|
||||
|
|
Loading…
Reference in a new issue