vim: Add fugitive

This commit is contained in:
Simon Bruder 2020-10-05 22:06:38 +02:00
parent d46c4379f8
commit f4f3cf689a
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -86,6 +86,9 @@ Plug 'Xuyuanp/nerdtree-git-plugin'
" Icons for NERDTree and airline " Icons for NERDTree and airline
Plug 'ryanoasis/vim-devicons' Plug 'ryanoasis/vim-devicons'
" Git integration
Plug 'tpope/vim-fugitive'
" Intra word motion " Intra word motion
Plug 'chaoren/vim-wordmotion' Plug 'chaoren/vim-wordmotion'