From 9cb034da3c750c0cdd2d2733bbee700029b61347 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 27 Jan 2025 13:57:52 +0100 Subject: [PATCH] neovim: Adapt to blink-cmp update --- neovim/config/completion.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neovim/config/completion.nix b/neovim/config/completion.nix index 8834753..3496f30 100644 --- a/neovim/config/completion.nix +++ b/neovim/config/completion.nix @@ -26,7 +26,10 @@ "fallback" ]; }; - completion.list.selection = "manual"; + completion.list.selection = { + preselect = false; + auto_insert = true; + }; sources = { default = [ "lsp"