Is there a way to customize fzf using the various suggestions on their wiki?
For example, I like this preview option which looks great, but it doesn't appear with your plugin:
command! -bang -nargs=? -complete=dir Files
\ call fzf#vim#files(<q-args>, fzf#vim#with_preview(), <bang>0)
Is there a way to customize fzf using the various suggestions on their wiki?
For example, I like this preview option which looks great, but it doesn't appear with your plugin: