Skip to content

Commit 2c8b6e7

Browse files
committed
Better fuzzy finder for snippets and LSP completions
1 parent 280dedf commit 2c8b6e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/blink-cmp-snippets.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ return { -- Autocompletion
9898
-- the rust implementation via `'prefer_rust_with_warning'`
9999
--
100100
-- See :h blink-cmp-config-fuzzy for more information
101-
fuzzy = { implementation = 'lua' },
101+
fuzzy = { implementation = 'prefer_rust_with_warning' },
102102

103103
-- Shows a signature help window while you type arguments for a function
104104
signature = { enabled = false },

0 commit comments

Comments
 (0)