From 92ae676e54e63c04a3179b8d672b3b257213fc07 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Mon, 31 Mar 2025 22:49:10 +0200 Subject: [PATCH] blink: remove ineffectful default transform_items blink no longer deprioritize snippets --- modules/plugins/completion/blink-cmp/blink-cmp.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/plugins/completion/blink-cmp/blink-cmp.nix b/modules/plugins/completion/blink-cmp/blink-cmp.nix index f5e38ed1..65b88815 100644 --- a/modules/plugins/completion/blink-cmp/blink-cmp.nix +++ b/modules/plugins/completion/blink-cmp/blink-cmp.nix @@ -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 = {