init.vim: Add support for Git messenger
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
25dad76e53
commit
efefcc0ac6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue