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

unified

URL: https://github.com/axkirillov/unified.nvim/

Maintainers: Austin Horstman

plugins.unified.enable

Whether to enable unified.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.unified.package

The unified package to use.

Type: package

Default:

pkgs.vimPlugins.unified-nvim

Declared by:

plugins.unified.autoLoad

Whether to automatically load unified when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.unified.callSetup

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

Options provided to the require('unified').setup function.

Type: lua value

Default:

{ }

Example:

{
  auto_refresh = false;
  line_symbols = {
    add = "";
    change = "";
    delete = "󰊂";
  };
}

Declared by: