fixup! feat: switch nvim-cmp for blink.cmp

This commit is contained in:
Liam Dyer 2025-03-29 01:40:19 -04:00
parent c7deaa7604
commit 289f174fb7
No known key found for this signature in database
GPG Key ID: 85FB6947C8AA3EDF

View File

@ -807,6 +807,8 @@ require('lazy').setup({
}, },
'folke/lazydev.nvim', 'folke/lazydev.nvim',
}, },
--- @module 'blink.cmp'
--- @type blink.cmp.Config
opts = { opts = {
keymap = { keymap = {
-- 'default' (recommended) for mappings similar to built-in completions -- 'default' (recommended) for mappings similar to built-in completions
@ -852,7 +854,7 @@ require('lazy').setup({
snippets = { preset = 'luasnip' }, snippets = { preset = 'luasnip' },
-- Blink.cmp includes an optional, recommended rust fuzzy matcher, -- Blink.cmp includes an optional, recommended rust fuzzy matcher,
-- which will automatically downloaded a prebuilt binary when enabled. -- which automatically downloads a prebuilt binary when enabled.
-- --
-- By default, we use the Lua implementation instead, but you may enable -- By default, we use the Lua implementation instead, but you may enable
-- the rust implementation via `'prefer_rust_with_warning'` -- the rust implementation via `'prefer_rust_with_warning'`