enable rust fuzzy finder for autocompletion

This commit is contained in:
Nick Burt 2026-02-08 22:58:58 -06:00
parent f4cf583044
commit 6040137c85
1 changed files with 2 additions and 1 deletions

View File

@ -717,6 +717,7 @@ require('lazy').setup({
dependencies = { dependencies = {
-- `friendly-snippets` contains a variety of premade snippets. -- `friendly-snippets` contains a variety of premade snippets.
-- See the README about individual language/framework/plugin snippets: -- See the README about individual language/framework/plugin snippets:
-- TODO: look into friendly-snippets
-- https://github.com/rafamadriz/friendly-snippets -- https://github.com/rafamadriz/friendly-snippets
-- { -- {
-- 'rafamadriz/friendly-snippets', -- 'rafamadriz/friendly-snippets',
@ -784,7 +785,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 },