diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index b773b07c..96e7285d 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -15,6 +15,6 @@ require('blink.cmp').setup { completion = { documentation = { auto_show = false, auto_show_delay_ms = 500 } }, sources = { default = { 'lsp', 'path', 'snippets' } }, snippets = { preset = 'luasnip' }, - fuzzy = { implementation = 'lua' }, + fuzzy = { implementation = 'prefer_rust' }, signature = { enabled = true }, }