Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

guillaumecherel/vis-fzf-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

This project has a new home. Development continues at https://git.sr.ht/~mcepl/vis-fzf-open.

Fuzzy find and open files in vis

Use fzf to open files in vis.

Usage

In vis:

  • :fzf: search all files in the current sub-tree.
  • You can pass arguments to fzf, e.g. : :fzf -p !.class

Configuration

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 '"

About

Open files in vis with fzf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages