From a9751b6c2d7e7765dd3b764a49466a24d08847d8 Mon Sep 17 00:00:00 2001 From: Jason Stentz Date: Tue, 9 Sep 2025 21:58:30 -0400 Subject: [PATCH] adding rust finder --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e7808cc2..5cd22582 100644 --- a/init.lua +++ b/init.lua @@ -790,7 +790,7 @@ require('lazy').setup({ -- the rust implementation via `'prefer_rust_with_warning'` -- -- 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 signature = { enabled = true },