Highlight preselect item #1829
Unanswered
kristijanhusak
asked this question in
Q&A
Replies: 1 comment
-
Add preselect = cmp.PreselectMode.Item,
completion = { completeopt = "menu,menuone" }, You may also need to adjust window = {
completion = {
winhighlight = "Nomal:Pmenu,CursorLine:PmenuSel,Search:None",
},
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If preselect option is enabled (set to
item
), is there a way to add the PmenuSel highlight to the first item that will be automatically selected onconfirm()
?Beta Was this translation helpful? Give feedback.
All reactions