change nvim-cmp to blink.cmp

This commit is contained in:
xesc 2025-06-29 13:51:25 +02:00
parent cf67d20daa
commit 091a472949
4 changed files with 162 additions and 153 deletions

View file

@ -22,12 +22,12 @@ return {
path = "~/notes",
},
},
completion = {
-- Set to false to disable completion.
nvim_cmp = true,
-- Trigger completion at 2 chars.
min_chars = 1,
},
-- completion = {
-- -- Set to false to disable completion.
-- nvim_cmp = true,
-- -- Trigger completion at 2 chars.
-- min_chars = 1,
-- },
mappings = {
-- Overrides the 'gf' mapping to work on markdown/wiki links within your vault.