-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(view): add api get_selected_index #1986
Conversation
c1ee47b
to
35942bb
Compare
35942bb
to
847d8ad
Compare
LGTM. |
While performing <C-n> on the selection Should I open an issue or can I keep commenting on this thread? Edit: Edit2: |
I was just editing my config and trying to figure out where did I f up. This saved hours, thank you. |
same, still broken (( |
Can you upload your configuration? |
Same issue, after updating nvim-cmp. Solved with a rollback to the mentioned commit, ty for the time saved! Seems like there may be an issue on the last commit: |
API to get the number of the currently selected candidate, which can be combined with get_entries to find out "what are the entries above and below".