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" },