Switch blink.cmp fuzzy to prefer_rust implementation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Geoff Cheshire 2026-05-10 15:21:53 -04:00
parent 96c9d7929f
commit 8fbcb5926f
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ require('blink.cmp').setup {
completion = { documentation = { auto_show = false, auto_show_delay_ms = 500 } }, completion = { documentation = { auto_show = false, auto_show_delay_ms = 500 } },
sources = { default = { 'lsp', 'path', 'snippets' } }, sources = { default = { 'lsp', 'path', 'snippets' } },
snippets = { preset = 'luasnip' }, snippets = { preset = 'luasnip' },
fuzzy = { implementation = 'lua' }, fuzzy = { implementation = 'prefer_rust' },
signature = { enabled = true }, signature = { enabled = true },
} }