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

[Feature]: Load existing commands from Neovim API #259

Open
1 task done
mrjones2014 opened this issue Dec 13, 2022 · 0 comments
Open
1 task done

[Feature]: Load existing commands from Neovim API #259

mrjones2014 opened this issue Dec 13, 2022 · 0 comments
Assignees
Labels
blocked Issues which are blocked by something enhancement New feature or request

Comments

@mrjones2014
Copy link
Owner

Similar Issues

  • Before filing, I have searched for similar issues.

Description

Load existing commands from Neovim API via vim.api.nvim_get_commands({ builtin = false }).

This is currently blocked because there is no way to distinguish whether the definition field is a description, or just the implementation stringified.

For additional context see #39

@mrjones2014 mrjones2014 added enhancement New feature or request blocked Issues which are blocked by something labels Dec 13, 2022
@mrjones2014 mrjones2014 self-assigned this Dec 13, 2022
ibash added a commit to ibash/legendary.nvim that referenced this issue Jan 29, 2024
This adds commands from nvim_get_commands and nvim_buf_get_commands and attempts to filter out non-human-friendly
descriptions.

Contributes mrjones2014#259
ibash added a commit to ibash/legendary.nvim that referenced this issue Jan 29, 2024
This adds commands from nvim_get_commands and attempts to filter out non-human-friendly descriptions.

Contributes mrjones2014#259
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issues which are blocked by something enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant