We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280dedf commit 2c8b6e7Copy full SHA for 2c8b6e7
1 file changed
lua/plugins/blink-cmp-snippets.lua
@@ -98,7 +98,7 @@ return { -- Autocompletion
98
-- the rust implementation via `'prefer_rust_with_warning'`
99
--
100
-- See :h blink-cmp-config-fuzzy for more information
101
- fuzzy = { implementation = 'lua' },
+ fuzzy = { implementation = 'prefer_rust_with_warning' },
102
103
-- Shows a signature help window while you type arguments for a function
104
signature = { enabled = false },
0 commit comments