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

neogen

URL: https://github.com/danymat/neogen/

Maintainers: Gaetan Lepage

plugins.neogen.enable

Whether to enable neogen.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neogen.package

The neogen package to use.

Type: package

Default: pkgs.vimPlugins.neogen

Declared by:

plugins.neogen.autoLoad

Whether to automatically load neogen when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.neogen.keymapsSilent

Whether Neogen keymaps should be silent

Type: boolean

Default: false

Declared by:

plugins.neogen.settings

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

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  languages = {
    lua = {
      template = {
        annotation_convention = "emmylua";
      };
    };
    python = {
      template = {
        annotation_convention = "numpydoc";
      };
    };
  };
  snippet_engine = "mini";
}

Declared by: