diff --git a/vim/.vimrc b/vim/.vimrc index 58c0a8d..7d1f81f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -89,6 +89,8 @@ Plug 'vim-pandoc/vim-pandoc' Plug 'tpope/vim-git' " An awesome git wrapper Plug 'tpope/vim-fugitive' +" Show git messages in preview window +Plug 'rhysd/git-messenger.vim' " Fuzzy file finder (installs zfz system-wide) Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } " Pre-written functions for fzf mappings