plugins/highlight-colors: fix warning message

This commit is contained in:
Gaetan Lepage 2025-04-05 11:12:52 +02:00
parent 9f495dda93
commit 7b4311333b

View file

@ -31,7 +31,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
warnings = lib.nixvim.mkWarnings "plugins.highlight-colors" {
when = cfg.cmpIntegration && !config.plugins.cmp.enable;
message = ''
You have enabled the cmp integration with highlight-colors but `plugins.highlight-colors` is not enabled.
You have enabled the cmp integration with highlight-colors but `plugins.cmp` is not enabled.
'';
};
};