fzf-lua
URL: https://github.com/ibhagwan/fzf-lua/
Maintainers: Gaetan Lepage
plugins.fzf-lua.enable
Whether to enable fzf-lua.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.fzf-lua.package
The fzf-lua package to use.
Type: package
Default:
pkgs.vimPlugins.fzf-lua
Declared by:
plugins.fzf-lua.fzfPackage
The fzf package to use.
Type: null or package
Default:
pkgs.fzf
Example:
pkgs.skim
Declared by:
plugins.fzf-lua.keymaps
Keymaps for Fzf-Lua.
Type: attribute set of (string or (submodule))
Default:
{ }
Example:
{
"<C-p>" = {
action = "git_files";
options = {
desc = "Fzf-Lua Git Files";
silent = true;
};
settings = {
previewers = {
cat = {
cmd = "/nix/store/b1wvkjx96i3s7wblz38ya0zr8i93zbc5-coreutils-9.5/bin/cat";
};
};
winopts = {
height = 0.5;
};
};
};
"<leader>fg" = "live_grep";
}
Declared by:
plugins.fzf-lua.profile
Preconfigured profile to use
Type: null or one of “default”, “fzf-native”, “fzf-tmux”, “fzf-vim”, “max-perf”, “telescope”, “skim” or raw lua code
Default:
null
Plugin default: "default"
Declared by: