From 099b76f900713c120027b84b66986ccdf59362f8 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Wed, 16 Jul 2025 12:42:41 +0300 Subject: fix: disable preselect and auto-insert for completion from `blink.cmp` --- lua/config/plugins/completion.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua') diff --git a/lua/config/plugins/completion.lua b/lua/config/plugins/completion.lua index 64fdf6c..7acef49 100644 --- a/lua/config/plugins/completion.lua +++ b/lua/config/plugins/completion.lua @@ -37,6 +37,13 @@ return { }, completion = { + list = { + selection = { + auto_insert = false, + preselect = false, + }, + }, + documentation = { auto_show = true, auto_show_delay_ms = 500, -- cgit v1.2.3-70-g09d2