junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 582 forks source link

Do not enable graph for Commits by default #1391

Open SanchayanMaity opened 2 years ago

SanchayanMaity commented 2 years ago

When using Commits, I would like the graph option to be disabled.

Right now, there is fzf_commits_log_options but trying to disable graph via that does not work due to the --graph option being added here. So fzf_commits_log_options as such does not allow a full override.