fix: update blink.cmp configuration

This commit is contained in:
Guz
2025-03-04 15:46:08 -03:00
parent 8c24cc387a
commit 14f2c4a495

View File

@@ -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,
},