Browse Source

Remove Git plugin for Vim

I do not need 90% of its functionality.

Moreover, git log is only handled without parameters.
`git log --stat` or `git log --graph` does not have colors.

To everyday commands, fish shell has a good integration to complete
commands and arguments. Moreover, git displays relevant colors all the
time.

Git blame is more useful with this plugin, but I don't really need it at
this time. Maybe when I would need such a plugin, I will install one
doing only that.
DricomDragon 5 years ago
parent
commit
5975f43585
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Install/Templates/vimrc

+ 0 - 1
Install/Templates/vimrc

@@ -7,7 +7,6 @@ set rtp+=~/.vim/bundle/Vundle.vim
 call vundle#begin()
 Plugin 'VundleVim/Vundle.vim'
 Plugin 'captbaritone/better-indent-support-for-php-with-html'
-Plugin 'tpope/vim-fugitive'
 call vundle#end()
 
 " Make hard tab look like 4 spaces tabs