diff --git a/vim/vundles/appearance.vundle b/vim/vundles/appearance.vundle index 95bc71e6..b18a59fa 100644 --- a/vim/vundles/appearance.vundle +++ b/vim/vundles/appearance.vundle @@ -5,3 +5,6 @@ Bundle "jby/tmux.vim.git" Bundle "morhetz/gruvbox" Bundle "xsunsmile/showmarks.git" Bundle "chriskempson/base16-vim" + +" Required for Gblame in terminal vim +Bundle "godlygeek/csapprox.git"