peek
URL: https://github.com/toppair/peek.nvim/
Maintainers: Gaetan Lepage
Markdown preview plugin for Neovim.
plugins.peek.enable
Whether to enable peek.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.peek.package
The peek package to use.
Type: package
Default:
pkgs.vimPlugins.peek-nvim
Declared by:
plugins.peek.autoLoad
Whether to automatically load peek when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.peek.callSetup
Whether to generate the standard require('peek').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.peek.createUserCommands
Whether to create the PeekOpen and PeekClose user commands.
Type: boolean
Default:
true
Example:
false
Declared by:
plugins.peek.settings
Options provided to the require('peek').setup function.
Type: lua value
Default:
{ }
Example:
{
app = "google-chrome-stable";
auto_load = false;
close_on_bdelete = false;
}
Declared by: