From 7b4311333b542178828e90f6997d8f03e8327b89 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 5 Apr 2025 11:12:52 +0200 Subject: [PATCH] plugins/highlight-colors: fix warning message --- plugins/by-name/highlight-colors/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/by-name/highlight-colors/default.nix b/plugins/by-name/highlight-colors/default.nix index cbe4cbf5..b210198d 100644 --- a/plugins/by-name/highlight-colors/default.nix +++ b/plugins/by-name/highlight-colors/default.nix @@ -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. ''; }; };