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
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.
This adds commands from nvim_get_commands and nvim_buf_get_commands and attempts to filter out non-human-friendly
descriptions.
Contributes mrjones2014#259
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
The text was updated successfully, but these errors were encountered: