From 83de96fcee9ab13d546dba6bfa9814acfa92b019 Mon Sep 17 00:00:00 2001 From: outragedline Date: Fri, 17 Jan 2025 21:42:51 -0300 Subject: [PATCH] fix(blink-cmp): blink not working due to completion.list.selection Why? I dont know, but now its working at least, we can fix it for real later --- lua/fastvim/configs/blink-cmp.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/lua/fastvim/configs/blink-cmp.lua b/lua/fastvim/configs/blink-cmp.lua index 0aad29f..71fcca6 100644 --- a/lua/fastvim/configs/blink-cmp.lua +++ b/lua/fastvim/configs/blink-cmp.lua @@ -2,12 +2,14 @@ local neokinds = require "neokinds" require("blink-cmp").setup { completion = { - list = { - selection = { - preselect = true, - auto_insert = false, - }, - }, + -- TODO: fix this + -- this block of code for some reason is breaking the whole plugin + --list = { + -- selection = { + -- preselect = true, + -- auto_insert = false, + -- }, + -- }, menu = { border = "rounded", winhighlight = "Normal:NormalFloat,FloatBorder:FloatBorder,CursorLine:PmenuSel,Search:None",