devicon: re-enable icon color

was mistakenly disabled in a6bb6e1b3e
This commit is contained in:
Ching Pei Yang 2024-11-08 18:46:15 +01:00
parent 0ba3ccdab8
commit b302e151e1
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -16,7 +16,7 @@ in {
enable = mkEnableOption "Neovim dev icons [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 {
type = nullOr (enum ["light" "dark"]);
default = null;