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

nvf

Homepage: https://github.com/NotAShelf/nvf

Maintainers: Adam M. Szalkowski (@butzist)


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.

Home Manager options

stylix.targets.nvf.enable

Whether to enable theming for nvf

Type

boolean

Default

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

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