Hi!
I am migrating from company-mode in emacs and it had this functionality that when the guess is fully correct/there are no other options in the window, it auto inserts the first item (aka the only item) and then only requires <tab> to be pressed to complete it.
Is this sort functionality doable with nvim-cmp if so how? Thank you.
Hi! I am migrating from company-mode in emacs and it had this functionality that when the guess is fully correct/there are no other options in the window, it auto inserts the first item (aka the only item) and then only requires
<tab>
to be pressed to complete it. Is this sort functionality doable with nvim-cmp if so how? Thank you.