Fix blink settings

This commit is contained in:
2025-01-01 22:32:23 +01:00
parent f8f5d61a7d
commit c685352b30

View File

@@ -7,6 +7,8 @@ return {
preset = "default",
['<C-space>'] = { 'show', },
['<C-h>'] = { 'select_and_accept' },
['<Up>'] = { 'select_prev', 'fallback' },
['<Down>'] = { 'select_next', 'fallback' },
['<Tab>'] = {},
['<S-Tab>'] = {},
},
@@ -22,6 +24,9 @@ return {
auto_show = true,
auto_show_delay_ms = 0,
},
menu = {
max_height = 15,
},
},
fuzzy = {
prebuilt_binaries = {