Skip to content
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

Use new desc option as label #242

Closed
pedro757 opened this issue Jan 20, 2022 · 1 comment
Closed

Use new desc option as label #242

pedro757 opened this issue Jan 20, 2022 · 1 comment

Comments

@pedro757
Copy link

vim.keymap.set('n', "gr", vim.lsp.buf.references, { desc = "References" })

image

We can get the description with vim.api.nvim_get_keymap(0) and use it as label in which-key

image

look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants