Skip to content

Commit 6288354

Browse files
committed
plugins/blink-cmp: remove setting warning
ABI too unstable to document every setting that changes as a warning.
1 parent 563ea55 commit 6288354

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugins/by-name/blink-cmp/default.nix

-9
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,4 @@ lib.nixvim.plugins.mkNeovimPlugin {
4242
};
4343
signature.enabled = true;
4444
};
45-
46-
extraConfig = cfg: {
47-
warnings = lib.nixvim.mkWarnings "plugins.blink" {
48-
when = cfg.settings ? documentation;
49-
message = ''
50-
`settings.documentation` does not correspond to a known setting, use `settings.windows.documentation` instead.
51-
'';
52-
};
53-
};
5445
}

0 commit comments

Comments
 (0)