blink: remove ineffectful default transform_items

blink no longer deprioritize snippets
This commit is contained in:
Ching Pei Yang 2025-03-31 22:49:10 +02:00
parent 13b2f7a96d
commit 92ae676e54
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -43,19 +43,6 @@ in {
default = {};
description = "Settings for completion providers.";
};
transform_items = mkOption {
type = nullOr luaInline;
default = mkLuaInline "function(_, items) return items end";
defaultText = ''
Our default does nothing. If you want blink.cmp's default, which
lowers the score for snippets, set this option to null.
'';
description = ''
Function to use when transforming the items before they're returned
for all providers.
'';
};
};
cmdline = {