Updated blink

This commit is contained in:
2025-01-09 21:17:33 +01:00
parent b7a53ec963
commit 2e382e73ff

View File

@@ -21,15 +21,16 @@ return {
["<C-c>"] = { "show", "show_documentation", "hide_documentation" },
["<NL>"] = { "select_and_accept" },
["<Tab>"] = { "snippet_forward", "select_next", "fallback" },
["<S-Tab>"] = { "snippet_backward", "select_prev", "fallback" },
["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" },
["<Tab>"] = { "snippet_forward", "select_next", "fallback" },
["<S-Tab>"] = { "snippet_backward", "select_prev", "fallback" },
},
completion = {
menu = {
border = "rounded",
winhighlight = "Normal:Normal,Normal:Normal,CursorLine:BlinkCmpMenuSelection,Search:None",
},
documentation = {
auto_show = true,