diff --git a/vimrc.plugins.vim b/vimrc.plugins.vim index 0710081..9656e69 100644 --- a/vimrc.plugins.vim +++ b/vimrc.plugins.vim @@ -78,6 +78,9 @@ Plugin 'ludovicchabant/vim-gutentags' " PLugin takac/vim-hardtime " https://bluz71.github.io/2017/05/15/vim-tips-tricks.html Plugin 'takac/vim-hardtime' +" fugitive-vim +" https://github.com/tpope/vim-fugitive/blob/master/README.markdown +Plugin 'tpope/vim-fugitive' " All of your Plugins must be added before the following line call vundle#end() " required