From f6fb9796746b70a896f4f63c5dcf2c85bc9067d5 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 21 Dec 2024 14:55:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-21 14:55:04 --- .config/nvim/lua/plugins/blink.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index 762fc4bf..2be135e6 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -55,11 +55,12 @@ return { -- Available commands: -- show, hide, cancel, accept, select_and_accept, select_prev, select_next, show_documentation, hide_documentation, -- scroll_documentation_up, scroll_documentation_down, snippet_forward, snippet_backward, fallback - -- preset = "default", + preset = "none", [""] = { "accept", "fallback" }, [""] = { "select_and_accept", "fallback" }, [""] = { "select_and_accept", "fallback" }, - -- [""] = { "select_and_accept", "fallback" }, + [""] = { "hide", "show" }, + [""] = { "hide", "show" }, -- [""] = { "select_prev", "fallback" }, -- [""] = { "select_next", "fallback" }, -- [""] = { "scroll_documentation_up" },