mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Fix blink settings
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user