diff --git a/lua/lazyvim/plugins/extras/ai/supermaven.lua b/lua/lazyvim/plugins/extras/ai/supermaven.lua index 57734ac4..7ecfd0b5 100644 --- a/lua/lazyvim/plugins/extras/ai/supermaven.lua +++ b/lua/lazyvim/plugins/extras/ai/supermaven.lua @@ -64,8 +64,10 @@ return { { "saghen/blink.cmp", optional = true, + ---@module 'blink.cmp' + ---@type blink.cmp.Config opts = { - windows = { ghost_text = { enabled = false } }, + completion = { ghost_text = { enabled = false } }, }, dependencies = { { diff --git a/lua/lazyvim/plugins/extras/coding/blink.lua b/lua/lazyvim/plugins/extras/coding/blink.lua index 9bc66d7e..45426640 100644 --- a/lua/lazyvim/plugins/extras/coding/blink.lua +++ b/lua/lazyvim/plugins/extras/coding/blink.lua @@ -42,12 +42,13 @@ return { -- set to 'mono' for 'Nerd Font Mono' or 'normal' for 'Nerd Font' -- adjusts spacing to ensure icons are aligned nerd_font_variant = "mono", - windows = { - autocomplete = { + completion = { + menu = { winblend = vim.o.pumblend, }, documentation = { auto_show = true, + auto_show_delay_ms = 200, }, ghost_text = { enabled = vim.g.ai_cmp,