NixVim
This module themes Neovim using the options provided by NixVim.
important
This module will have no effect unless the desired Nixvim 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 Nixvim.
Related modules
- Vim: themes Vim using the standard Home Manager options.
- Neovim: themes Neovim using the standard Home Manager options.
- nvf: themes Neovim using the options provided by nvf.
Module information
This module is maintained by Noah Pierre Biewesch.
Home Manager options
stylix.targets.nixvim.enable
Whether to enable theming for nixvim.
Type |
boolean |
Default |
same as |
Example |
|
Source |
stylix.targets.nixvim.plugin
Plugin used for the colorscheme
Type |
one of "base16-nvim", "mini.base16" |
Default |
|
Source |
stylix.targets.nixvim.transparentBackground.main
Whether to enable background transparency for the main NeoVim window.
Type |
boolean |
Default |
|
Example |
|
Source |
stylix.targets.nixvim.transparentBackground.signColumn
Whether to enable background transparency for the NeoVim sign column.
Type |
boolean |
Default |
|
Example |
|
Source |
NixOS options
stylix.targets.nixvim.enable
Whether to enable theming for nixvim.
Type |
boolean |
Default |
same as |
Example |
|
Source |
stylix.targets.nixvim.plugin
Plugin used for the colorscheme
Type |
one of "base16-nvim", "mini.base16" |
Default |
|
Source |
stylix.targets.nixvim.transparentBackground.main
Whether to enable background transparency for the main NeoVim window.
Type |
boolean |
Default |
|
Example |
|
Source |
stylix.targets.nixvim.transparentBackground.signColumn
Whether to enable background transparency for the NeoVim sign column.
Type |
boolean |
Default |
|
Example |
|
Source |