Show git authors in FZF commits

This commit is contained in:
ViViDboarder 2018-06-13 13:19:42 -07:00
parent 78b781b859
commit f329bc8e27
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ let g:fzf_action = {
\ 'ctrl-t': 'tab split',
\ 'ctrl-s': 'split',
\ 'ctrl-v': 'vsplit' }
" Override git log to show authors
let g:fzf_commits_log_options = '--graph --color=always --format="%C(auto)%h %an: %s%d %C(black)%C(bold)%cr"'
" Override BTags to attempt to include gotags as well
command! -bang -nargs=* FZFBTags