vim: add vim-flog
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
a45ddd63c5
commit
4ff61376a1
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -6,6 +6,8 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
|||
call vundle#begin('~/.vim/plugged')
|
||||
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
" git log
|
||||
Plugin 'rbong/vim-flog'
|
||||
" Terminal
|
||||
Plugin 'voldikss/vim-floaterm'
|
||||
" project drawer
|
||||
|
|
Loading…
Reference in a new issue