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

Neovim Module Options

Here you will find the neovim options and their default values (if they have any).

You might also want to take a look at the NixNeovim Manual or search the available options through NixNeovim option search.

Table of Contents

Options

jhome.nvim.enable

Whether to enable jalil’s Neovim configuration.

Type: boolean

Default: true

Example: false

Declared by:

jhome.nvim.dev

Development options

Disabling this is advised for headless setups (e.g. servers), where you won’t be doing software development and would prefer to instead have a smaller package.

Type: submodule

Default: { }

Example:

{
  enable = false;
}

Declared by:

jhome.nvim.dev.enable

Whether to enable development configuration.

Type: boolean

Default: true

Example: false

Declared by:

jhome.nvim.dev.bundleGrammars

Whether to enable bundling treesitter grammars with Neovim (barely decreases size when disabled).

Type: boolean

Default: true

Example: false

Declared by:

jhome.nvim.dev.bundleLSPs

Whether to enable bundling LSPs with Neovim (decreases size when disabled).

Type: boolean

Default: true

Example: false

Declared by:

jhome.nvim.reduceSize

Whether to enable reduce size by disabling big modules.

Type: boolean

Default: false

Example: true

Declared by: