claude-fzf-history
URL: https://github.com/pittcat/claude-fzf-history.nvim/
Maintainers: Austin Horstman
Browse, jump to, and export Claude Code terminal conversation history with fzf-lua.
plugins.claude-fzf-history.enable
Whether to enable claude-fzf-history.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.claude-fzf-history.package
The claude-fzf-history package to use.
Type: package
Default:
pkgs.vimPlugins.claude-fzf-history-nvim
Declared by:
plugins.claude-fzf-history.autoLoad
Whether to automatically load claude-fzf-history when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.claude-fzf-history.callSetup
Whether to generate the standard require('claude-fzf-history').setup(...) call for this plugin.
Explicitly set to false to disable calling .setup().
Type: boolean
Default:
true
Declared by:
plugins.claude-fzf-history.settings
Options provided to the require('claude-fzf-history').setup function.
Type: lua value
Default:
{ }
Example:
{
keymaps = {
history = "<leader>ch";
};
preview = {
position = "right:60%";
wrap = true;
syntax_highlighting = {
theme = "Catppuccin Macchiato";
language = "markdown";
show_line_numbers = false;
};
};
}
Declared by: