From 700dd8d879fe63289a10de1e8b4c0f7a319a67ec Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 21 Dec 2024 15:05:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-21 15:05:04 --- .config/nvim/lua/plugins/blink.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index 529cf40a..d32ae017 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -60,11 +60,9 @@ return { [""] = { "select_and_accept", "fallback" }, [""] = { "select_and_accept", "fallback" }, [""] = { "hide", "show" }, - [""] = { "show_documentation", "hide_documentation" }, - -- [""] = { "select_prev", "fallback" }, - -- [""] = { "select_next", "fallback" }, - -- [""] = { "scroll_documentation_up" }, - -- [""] = { "scroll_documentation_down" }, + [""] = { "show_documentation", "hide_documentation" }, + [""] = { "scroll_documentation_up" }, + [""] = { "scroll_documentation_down" }, [""] = { "select_prev", "fallback" }, [""] = { "select_next", "fallback" }, },