How to display descriptions next to ex commands: #2156
-
|
I noticed in the demo on #2074 there are these little descriptions of what the current command is, and I'm not sure what I do to my config to get those to appear. Any ideas? the demo video from the PR I mentioned: 2025-08-07_19-48-00.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
PowerUser64
Sep 16, 2025
Replies: 1 comment
-
|
Update: found it! It's called { completion = { menu = { draw = { columns = { ... { 'label', 'label_description' } ... } } } } } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PowerUser64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: found it! It's called
label_description. Here's the docs: https://main.cmp.saghen.dev/configuration/completion.html#available-components{ completion = { menu = { draw = { columns = { ... { 'label', 'label_description' } ... } } } } }