You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Thank you for this project, first autocompleter for Vim I really like! In particular I'm excited about the experimental ghost_text option, which is something I've been looking for in Vim for some time.
My question: is there a set of options that gives me the ghost_text but no menu? I've managed to limit the amount of suggestions presented to one using configuration, and then tried playing around with the completeopt setting, putting in menu,noselect (i.e. dropping the menuone option). That didn't work though, I'm still seeing a single-option menu. Is that the expected behavior?
The text was updated successfully, but these errors were encountered:
nvim-cmp supports partial completeopt values. There are no plans to add full support.
In my local environment, this feature request was realized by a hacky patch.
However, I don't want to add this feature as I think it will disable various features of nvim-cmp. sorry.
Hi there! Thank you for this project, first autocompleter for Vim I really like! In particular I'm excited about the experimental ghost_text option, which is something I've been looking for in Vim for some time.
My question: is there a set of options that gives me the ghost_text but no menu? I've managed to limit the amount of suggestions presented to one using configuration, and then tried playing around with the
completeopt
setting, putting inmenu,noselect
(i.e. dropping themenuone
option). That didn't work though, I'm still seeing a single-option menu. Is that the expected behavior?The text was updated successfully, but these errors were encountered: