Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

yazi

URL: https://github.com/mikavilpas/yazi.nvim/

Maintainers: Austin Horstman


Yazi is a blazing fast file manager for the terminal. This plugin allows you to open yazi in a floating window in Neovim.

Some default keybindings have additional dependencies you may need to install or enable. See the upstream docs for details.

plugins.yazi.enable

Whether to enable yazi.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.yazi.package

The yazi package to use.

Type: package

Default:

pkgs.vimPlugins.yazi-nvim

Declared by:

plugins.yazi.autoLoad

Whether to automatically load yazi when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.yazi.callSetup

Whether to generate the standard require('yazi').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: