From 09a2d7426afdfff07d38c8d3f4f47e4076428bbe Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sun, 19 Jan 2025 09:21:53 +1000
Subject: fix(packs/blink-cmp): use new config structure

---
 fnl/nvrc/packs/blink-cmp.fnl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'fnl/nvrc')

diff --git a/fnl/nvrc/packs/blink-cmp.fnl b/fnl/nvrc/packs/blink-cmp.fnl
index 059e132..f818393 100644
--- a/fnl/nvrc/packs/blink-cmp.fnl
+++ b/fnl/nvrc/packs/blink-cmp.fnl
@@ -52,7 +52,7 @@
         :sources {:default [:lsp :path :snippets :buffer]}
         :signature {:enabled true} ; experimental signature support
         :fuzzy {:prebuilt_binaries {:download false}}
-        :completion {:list {:selection :auto_insert}
+        :completion {:list {:selection {:preselect false :auto_insert true}}
                      :menu {:draw {:treesitter [:lsp]
                                    :columns [
                                              {1 :item_idx}
-- 
cgit 1.4.1