feat: cmp async (#1583)

This commit is contained in:
Folke Lemaitre
2023-05-25 19:46:53 +02:00
committed by GitHub
parent 950d0e3a93
commit abb5c7519d
9 changed files with 220 additions and 51 deletions

View File

@@ -19,6 +19,8 @@ return function()
debounce = 60,
throttle = 30,
fetching_timeout = 500,
async_budget = 1,
max_view_entries = 200,
},
preselect = types.cmp.PreselectMode.Item,
@@ -88,7 +90,10 @@ return function()
},
view = {
entries = { name = 'custom', selection_order = 'top_down' },
entries = {
name = 'custom',
selection_order = 'top_down',
},
},
window = {