mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/highlight-colors: fix warning message
This commit is contained in:
parent
9f495dda93
commit
7b4311333b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue