init.vim: Add support for Git messenger

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-06-27 22:06:14 +05:30
parent 25dad76e53
commit efefcc0ac6

View file

@ -32,6 +32,7 @@ Plug 'tmux-plugins/vim-tmux-focus-events'
Plug 'donRaphaco/neotex', { 'for': 'tex' }
" For git support
Plug 'jreybert/vimagit'
Plug 'rhysd/git-messenger.vim'
" For tmux yank
Plug 'vim-utils/vim-husk'
" gtags
@ -138,6 +139,9 @@ nnoremap <Leader>n :NERDTree<CR>
" Open fuzzy file search
nnoremap <Leader>t :Files<CR>
" For git messenger
nnoremap <Leader>gm :GitMessenger<CR>
" Manage splits
set splitbelow
set splitright