nvim-cmp
nvim-cmp copied to clipboard
Display ghost_text only when completion item is selected
Currently ghost text is displayed whenever cmp pop-up is present and when no completion item is selected first one is used. I believe it is somewhat consistent with confirm { select = true }, but for users with select = false it may be counterintuitive.
Yes, please add an option to show ghost_text only when an item is selected.