This project has a new home. Development continues at https://git.sr.ht/~mcepl/vis-fzf-open.
In vis:
:fzf
: search all files in the current sub-tree.- You can pass arguments to fzf, e.g. :
:fzf -p !.class
In visrc.lua:
plugin_vis_open =require('plugins/vis-fzf-open/fzf-open')
-- Path to the fzf executable (default: "fzf")
plugin_vis_open.fzf_path = "fzf"
-- Arguments passed to fzf (defaul: "")
plugin_vis_open.fzf_args = "-q '!.class '"