Skip to content

Commit 289f174

Browse files
committed
fixup! feat: switch nvim-cmp for blink.cmp
1 parent c7deaa7 commit 289f174

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ require('lazy').setup({
807807
},
808808
'folke/lazydev.nvim',
809809
},
810+
--- @module 'blink.cmp'
811+
--- @type blink.cmp.Config
810812
opts = {
811813
keymap = {
812814
-- 'default' (recommended) for mappings similar to built-in completions
@@ -852,7 +854,7 @@ require('lazy').setup({
852854
snippets = { preset = 'luasnip' },
853855

854856
-- Blink.cmp includes an optional, recommended rust fuzzy matcher,
855-
-- which will automatically downloaded a prebuilt binary when enabled.
857+
-- which automatically downloads a prebuilt binary when enabled.
856858
--
857859
-- By default, we use the Lua implementation instead, but you may enable
858860
-- the rust implementation via `'prefer_rust_with_warning'`

0 commit comments

Comments
 (0)