fix(nvim): support upstream blink config changes

This commit is contained in:
Price Hiller 2025-01-06 17:28:37 -06:00
parent beeba5c524
commit e135d80988
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -181,7 +181,7 @@ return {
auto_show_delay_ms = 50, auto_show_delay_ms = 50,
}, },
list = { list = {
selection = "auto_insert", selection = { preselect = false, auto_insert = true },
}, },
ghost_text = { ghost_text = {
enabled = true, enabled = true,