Switch blink.cmp fuzzy to prefer_rust implementation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
96c9d7929f
commit
8fbcb5926f
|
|
@ -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 },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue