From 14f2c4a4954eccbc34195ce9f2896be3965d21dc Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Tue, 4 Mar 2025 15:46:08 -0300 Subject: [PATCH] fix: update blink.cmp configuration --- lua/dot013/plugins/ide.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/dot013/plugins/ide.lua b/lua/dot013/plugins/ide.lua index 1fec58d..4ad528c 100644 --- a/lua/dot013/plugins/ide.lua +++ b/lua/dot013/plugins/ide.lua @@ -81,7 +81,7 @@ return { }, completion = { list = { - selection = "auto_insert", + selection = { preselect = true, auto_insert = true }, }, menu = { draw = { @@ -96,6 +96,8 @@ return { auto_show = true, }, }, + -- FRIZBEE is not currently available under nixpkgs. + fuzzy = { implementation = "lua" }, }) end, },