vim-fugitive

This commit is contained in:
ManjaroOne666 2018-03-28 19:40:46 +01:00
parent e37ca92499
commit 762037b96b
1 changed files with 3 additions and 0 deletions

View File

@ -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