Neovim

This module themes Neovim using the standard Home Manager options.

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

Module information

This module has no dedicated maintainers.

Home Manager options

stylix.targets.neovim.enable

Whether to enable theming for Neovim.

Type

boolean

Default

same as stylix.autoEnable

Example

false

Source

stylix.targets.neovim.plugin

Plugin used for the colorscheme

Type

one of "base16-nvim", "mini.base16"

Default

"mini.base16"

Source

stylix.targets.neovim.transparentBackground.main

Whether to enable background transparency for the main Neovim window.

Type

boolean

Default

false

Example

true

Source

stylix.targets.neovim.transparentBackground.signColumn

Whether to enable background transparency for the Neovim sign column.

Type

boolean

Default

false

Example

true

Source

NixOS options

None provided.