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
Thank you for this incredible plugin! I am honestly blown away by the modularity, structure, and expressive configuration you've built into this.
I am requesting the feature of showing item numbers inside the completion window - should not be too hard with your components system, and additionally a command to "select nth item".
Example (with cmp):
Benefits of displaying item numbers:
ability to quickly count number of times to hit Down/C-n/Tab
ability to provide context for a "select nth item" command/keybind
Feature Description
Thank you for this incredible plugin! I am honestly blown away by the modularity, structure, and expressive configuration you've built into this.
I am requesting the feature of showing item numbers inside the completion window - should not be too hard with your
components
system, and additionally a command to "select nth item".Example (with cmp):
Benefits of displaying item numbers:
This has been implemented in this PR to nvim-cmp: hrsh7th/nvim-cmp#1491
Related:
The text was updated successfully, but these errors were encountered: