We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f495dd commit 7b43113Copy full SHA for 7b43113
plugins/by-name/highlight-colors/default.nix
@@ -31,7 +31,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
31
warnings = lib.nixvim.mkWarnings "plugins.highlight-colors" {
32
when = cfg.cmpIntegration && !config.plugins.cmp.enable;
33
message = ''
34
- 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.
35
'';
36
};
37
0 commit comments