From 5abe7759565e180bd925532bd6be45133d904924 Mon Sep 17 00:00:00 2001 From: aserowy Date: Tue, 24 Dec 2024 07:36:44 +0100 Subject: [PATCH] blink.cmp: disable selection of first item, enable documentation window Signed-off-by: aserowy --- lua/plugins/language.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/plugins/language.lua b/lua/plugins/language.lua index 3c7a276..e046c37 100644 --- a/lua/plugins/language.lua +++ b/lua/plugins/language.lua @@ -87,6 +87,15 @@ return { version = "*", opts = { keymap = { preset = "enter" }, + completion = { + documentation = { + auto_show = true, + auto_show_delay_ms = 500, + }, + list = { + selection = 'manual', + }, + } }, dependencies = { "rafamadriz/friendly-snippets",