vim: Add fugitive
This commit is contained in:
parent
d46c4379f8
commit
f4f3cf689a
|
@ -86,6 +86,9 @@ Plug 'Xuyuanp/nerdtree-git-plugin'
|
|||
" Icons for NERDTree and airline
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
|
||||
" Git integration
|
||||
Plug 'tpope/vim-fugitive'
|
||||
|
||||
" Intra word motion
|
||||
Plug 'chaoren/vim-wordmotion'
|
||||
|
||||
|
|
Reference in a new issue