fzf-filemru
fzf-filemru copied to clipboard
How to pass arguments to underlying fzf?
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)
Also, is it possible to use the same global options as fzf, e.g: let g:fzf_files_options = "--ansi --preview \"bat --style=plain $( echo {} | awk '{print $NF}' )\" --preview-window right:100"
?
this is a show stopper for me :'(
it also doesnt work with neovim floating window