nvim: Re-introduce git-messenger

Now that we have dropped golden-ration add git-messenger back.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-06-24 20:23:30 +05:30
parent 5e4bf90f21
commit a2d603d61a
2 changed files with 2 additions and 1 deletions

View file

@ -15,4 +15,4 @@ nnoremap <Leader>g- :Git stash<CR>:e<CR>
nnoremap <Leader>g+ :Git stash pop<CR>:e<CR>
nnoremap <Leader>gw :Gwrite<CR>
nnoremap <Leader>gG :Git<SPACE>
nnoremap <Leader>gm :0,3Git blame<CR>
nnoremap <Leader>gM :0,3Git blame<CR>

View file

@ -17,6 +17,7 @@ Plug 'haorenW1025/completion-nvim'
Plug 'tmux-plugins/vim-tmux-focus-events'
Plug 'wellle/tmux-complete.vim'
" Git support
Plug 'rhysd/git-messenger.vim'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
Plug 'rhysd/conflict-marker.vim'