feat(commands): add descriptions#2083
Conversation
|
Descriptions look good. Is there any way you can expose the commands as raw data that we can access directly? Sorta like this: https://github.com/mrjones2014/op.nvim/blob/master/lua/op/commands.lua |
Co-authored-by: gegoune <69750637+gegoune@users.noreply.github.com>
That's a great idea. Might be a good opportunity to extract the commands to their own file. |
|
@mrjones2014 I would be most grateful if you tested the new |
|
Would we ever have any more endpoints for commands? If there is a slightest change maybe it warrants nesting like |
mrjones2014
left a comment
There was a problem hiding this comment.
As long as the table structure remains consistent, looks good to me 👍
Much better. Everything is nested now. |
fixes #2076
I would be most grateful for your review @mrjones2014
I've used the
"nvim-tree: "prefix as per the mappings and kept it brief. Most grateful for suggestions...