Skip to content

Commit c194520

Browse files
committed
Update blink.cmp to prefer fuzzy rust implementation when present
1 parent 322d801 commit c194520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ require('lazy').setup({
966966
-- the rust implementation via `'prefer_rust_with_warning'`
967967
--
968968
-- See :h blink-cmp-config-fuzzy for more information
969-
fuzzy = { implementation = 'lua' },
969+
fuzzy = { implementation = 'prefer_rust_with_warning' },
970970

971971
-- Shows a signature help window while you type arguments for a function
972972
signature = { enabled = true },

0 commit comments

Comments
 (0)