From b56559ce21e446051e92a027574352ffd6e59c08 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 14 Jan 2025 22:19:52 +0100 Subject: [PATCH] fix: blink cmp --- users/patrick/programs/nvim/plugins/cmp.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/patrick/programs/nvim/plugins/cmp.nix b/users/patrick/programs/nvim/plugins/cmp.nix index 997027c..0c42002 100644 --- a/users/patrick/programs/nvim/plugins/cmp.nix +++ b/users/patrick/programs/nvim/plugins/cmp.nix @@ -44,7 +44,10 @@ }; signature.enabled = true; completion = { - list.selection = "auto_insert"; + list.selection = { + preselect = true; + auto_insert = true; + }; # menu = { # border = "none"; # draw = {