From 10ff90b2bc1e0e4c6bcf3b32f4fb3ce3a3b1c307 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 20 May 2025 18:06:38 +0200 Subject: [PATCH] revert to default selection behaviour of completion --- .config/lazyvim/lua/plugins/blink-cmp.lua | 8 -------- 1 file changed, 8 deletions(-) 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 }, }, } -- 2.39.5