We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322d801 commit c194520Copy full SHA for c194520
init.lua
@@ -966,7 +966,7 @@ require('lazy').setup({
966
-- the rust implementation via `'prefer_rust_with_warning'`
967
--
968
-- See :h blink-cmp-config-fuzzy for more information
969
- fuzzy = { implementation = 'lua' },
+ fuzzy = { implementation = 'prefer_rust_with_warning' },
970
971
-- Shows a signature help window while you type arguments for a function
972
signature = { enabled = true },
0 commit comments