From 289f174fb71a495adfad7f3a604c120fec4962a4 Mon Sep 17 00:00:00 2001 From: Liam Dyer Date: Sat, 29 Mar 2025 01:40:19 -0400 Subject: [PATCH] fixup! feat: switch nvim-cmp for blink.cmp --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 6cb60e9b..252041f1 100644 --- a/init.lua +++ b/init.lua @@ -807,6 +807,8 @@ require('lazy').setup({ }, 'folke/lazydev.nvim', }, + --- @module 'blink.cmp' + --- @type blink.cmp.Config opts = { keymap = { -- 'default' (recommended) for mappings similar to built-in completions @@ -852,7 +854,7 @@ require('lazy').setup({ snippets = { preset = 'luasnip' }, -- 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 -- the rust implementation via `'prefer_rust_with_warning'`