switch blink completion to rust engine

This commit is contained in:
TLCooper4031 2025-04-21 15:00:21 -04:00
parent b219aa0a8b
commit 5e3619c83f
1 changed files with 6 additions and 6 deletions

View File

@ -803,7 +803,7 @@ require('lazy').setup({
-- the rust implementation via `'prefer_rust_with_warning'` -- the rust implementation via `'prefer_rust_with_warning'`
-- --
-- See :h blink-cmp-config-fuzzy for more information -- See :h blink-cmp-config-fuzzy for more information
fuzzy = { implementation = 'lua' }, fuzzy = { implementation = 'prefer_rust_with_warning' },
-- Shows a signature help window while you type arguments for a function -- Shows a signature help window while you type arguments for a function
signature = { enabled = true }, signature = { enabled = true },