Skip to content

Commit 7b43113

Browse files
committed
plugins/highlight-colors: fix warning message
1 parent 9f495dd commit 7b43113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/highlight-colors/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
3131
warnings = lib.nixvim.mkWarnings "plugins.highlight-colors" {
3232
when = cfg.cmpIntegration && !config.plugins.cmp.enable;
3333
message = ''
34-
You have enabled the cmp integration with highlight-colors but `plugins.highlight-colors` is not enabled.
34+
You have enabled the cmp integration with highlight-colors but `plugins.cmp` is not enabled.
3535
'';
3636
};
3737
};

0 commit comments

Comments
 (0)