From: martin f. krafft Date: Tue, 20 May 2025 16:06:38 +0000 (+0200) Subject: revert to default selection behaviour of completion X-Git-Url: https://git.madduck.net/etc/lazyvim.git/commitdiff_plain/10ff90b2bc1e0e4c6bcf3b32f4fb3ce3a3b1c307?ds=inline revert to default selection behaviour of completion --- diff --git a/.config/lazyvim/lua/plugins/blink-cmp.lua b/.config/lazyvim/lua/plugins/blink-cmp.lua index 2fb809e..2fff1f8 100644 --- a/.config/lazyvim/lua/plugins/blink-cmp.lua +++ b/.config/lazyvim/lua/plugins/blink-cmp.lua @@ -27,14 +27,6 @@ return { "fallback", }, }, - completion = { - list = { - selection = { - preselect = false, - auto_insert = false, - }, - }, - }, signature = { enabled = true }, }, }