kitty-scrollback
URL: https://github.com/mikesmithgh/kitty-scrollback.nvim/
Maintainers: Guilhem Saurel
plugins.kitty-scrollback.enable
Whether to enable kitty-scrollback.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.kitty-scrollback.package
The kitty-scrollback package to use.
Type: package
Default:
pkgs.vimPlugins.kitty-scrollback-nvim
Declared by:
plugins.kitty-scrollback.autoLoad
Whether to automatically load kitty-scrollback when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.kitty-scrollback.callSetup
Whether to generate the standard require('kitty-scrollback').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
plugins.kitty-scrollback.settings
Options provided to the require('kitty-scrollback').setup function.
Type: lua value
Default:
{ }
Example:
{
# create your config
myconfig.kitty_get_text.ansi = false;
# or extend a builtin one
ksb_builtin_last_cmd_output.ansi = false;
}
Declared by: