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

@ -133,7 +133,7 @@ vim.api.nvim_create_autocmd('FileType', {
callback = function() callback = function()
vim.wo.conceallevel = 2 vim.wo.conceallevel = 2
end, end,
}) })
-- [[ Install `lazy.nvim` plugin manager ]] -- [[ Install `lazy.nvim` plugin manager ]]
-- See `:help lazy.nvim.txt` or https://github.com/folke/lazy.nvim for more info -- See `:help lazy.nvim.txt` or https://github.com/folke/lazy.nvim for more info
@ -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 },