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')
|
call vundle#begin('~/.vim/plugged')
|
||||||
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
|
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
" git log
|
||||||
|
Plugin 'rbong/vim-flog'
|
||||||
" Terminal
|
" Terminal
|
||||||
Plugin 'voldikss/vim-floaterm'
|
Plugin 'voldikss/vim-floaterm'
|
||||||
" project drawer
|
" project drawer
|
||||||
|
|
Loading…
Reference in a new issue