adding rust finder

This commit is contained in:
Jason Stentz 2025-09-09 21:58:30 -04:00
parent 78251538e8
commit a9751b6c2d
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,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 = 'rust' },
-- 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 },