diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index 9359660d..872ab65d 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -62,14 +62,14 @@ 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 + -- [""] = { "hide", "show", "fallback" }, + -- [""] = { "snippet_forward", "show", "fallback" }, preset = "none", [""] = { "accept", "fallback" }, [""] = { "select_and_accept", "snippet_forward", "fallback" }, [""] = { "snippet_backward", "fallback" }, [""] = { "select_and_accept", "fallback" }, - -- [""] = { "hide", "show", "fallback" }, [""] = { "hide", "fallback" }, - -- [""] = { "snippet_forward", "show", "fallback" }, [""] = { "snippet_forward", "show" }, [""] = { "show_documentation", "hide_documentation", "fallback" }, [""] = { "scroll_documentation_up", "fallback" },