mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
Merge pull request #445 from horriblename/fix/devicon-color
nvim-web-devicons: re-enable icon color
This commit is contained in:
commit
43e3663b2b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
enable = mkEnableOption "Neovim dev icons [nvim-web-devicons]";
|
enable = mkEnableOption "Neovim dev icons [nvim-web-devicons]";
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "nvim-web-devicons" {
|
setupOpts = mkPluginSetupOption "nvim-web-devicons" {
|
||||||
color_icons = mkEnableOption "different highlight colors per icon";
|
color_icons = mkEnableOption "different highlight colors per icon" // {default = true;};
|
||||||
variant = mkOption {
|
variant = mkOption {
|
||||||
type = nullOr (enum ["light" "dark"]);
|
type = nullOr (enum ["light" "dark"]);
|
||||||
default = null;
|
default = null;
|
||||||
|
|
Loading…
Reference in a new issue