Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf-lua-lazy.nvim

fzf-lua extension that provides handy functionality about plugins installed via lazy.nvim.

Requirements

Installation

Lazy

{ 'ibhagwan/fzf-lua', dependencies = 'roginfarrer/fzf-lua-lazy' }

Usage

require('fzf-lua-lazy').search()

Configuration

Setup is not required, but the configuration can extend the following defaults:

require('fzf-lua-lazy').setup({
  mappings = {
    open_readme = "default", -- i.e., Enter
    open_in_browser = "ctrl-o",
    open_in_find_files = "ctrl-f",
    open_in_live_grep = "ctrl-g",
    open_lazy_root_find_files = "ctrl-alt-f",
    open_lazy_root_live_grep = "ctrl-alt-g",
    change_cwd_to_plugin = "ctrl-alt-d",
  },
})

Acknowledgements

This plugin was forked from telescope-lazy.nvim which provides similar functionality for Telescope.

About

fzf-lua extension that provides handy functionality about plugins installed via lazy.nvim

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Contributors

Languages