mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/blink-cmp: remove setting warning
ABI too unstable to document every setting that changes as a warning.
This commit is contained in:
parent
563ea5586d
commit
6288354d43
1 changed files with 0 additions and 9 deletions
|
@ -42,13 +42,4 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
};
|
};
|
||||||
signature.enabled = true;
|
signature.enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = cfg: {
|
|
||||||
warnings = lib.nixvim.mkWarnings "plugins.blink" {
|
|
||||||
when = cfg.settings ? documentation;
|
|
||||||
message = ''
|
|
||||||
`settings.documentation` does not correspond to a known setting, use `settings.windows.documentation` instead.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue