Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Bruder f4f3cf689a
vim: Add fugitive 2020-10-05 22:06:38 +02:00
1 changed files with 3 additions and 0 deletions

View File

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