|
I would like to map I would like to unconditionally accept the first suggestion without showing the menu. Any ideas? Here are my completion settings in case they help. completion = {
menu = {
auto_show = false,
},
ghost_text = {
enabled = true,
show_with_selection = true,
show_with_menu = true,
show_without_selection = false,
show_without_menu = false,
},
list = {
selection = {
preselect = true,
auto_insert = false,
},
},
documentation = { auto_show = false },
}, |
Answered by
soifou
Dec 13, 2025
Replies: 1 comment 14 replies
|
Setting |
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented in 3182a89, I went with the
forceoption and added a recipe too.