nvf

This module themes Neovim using the options provided by nvf.

important

This module will have no effect unless the desired nvf module is properly installed and imported into your configuration.

Ensure you are configuring this module on the same platform (NixOS, Home Manager, Darwin) as where you installed nvf.

  • Vim: themes Vim using the standard Home Manager options.
  • Neovim: themes Neovim using the standard Home Manager options.
  • Nixvim: themes Neovim using the options provided by Nixvim.

Module information

This module is maintained by Adam M. Szalkowski.

Home Manager options

stylix.targets.nvf.enable

Whether to enable theming for nvf.

Type

boolean

Default

same as stylix.autoEnable

Example

false

Source

stylix.targets.nvf.plugin

Plugin used for the colorscheme

Type

one of "base16", "mini-base16"

Default

"base16"

Source

stylix.targets.nvf.transparentBackground

Whether to enable background transparency for the main Neovim window.

Type

boolean

Default

false

Example

true

Source

NixOS options

stylix.targets.nvf.enable

Whether to enable theming for nvf.

Type

boolean

Default

same as stylix.autoEnable

Example

false

Source

stylix.targets.nvf.plugin

Plugin used for the colorscheme

Type

one of "base16", "mini-base16"

Default

"base16"

Source

stylix.targets.nvf.transparentBackground

Whether to enable background transparency for the main Neovim window.

Type

boolean

Default

false

Example

true

Source