From 68e83d7f4763b6be801af131f410c3c870bfc20f Mon Sep 17 00:00:00 2001 From: dlond Date: Tue, 27 May 2025 05:26:46 +1200 Subject: [PATCH] more fixes --- lua/custom/plugins/blink.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/custom/plugins/blink.lua b/lua/custom/plugins/blink.lua index 6348b0fa..1baf69e0 100644 --- a/lua/custom/plugins/blink.lua +++ b/lua/custom/plugins/blink.lua @@ -1,8 +1,6 @@ return { 'saghen/blink.cmp', opts = { - fuzzy = { - engine = 'lua', -- prevent warning about native lib - }, + fuzzy = {}, }, }