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: