James Trew
James Trew
Original attempt at fixing this had some issues. I might have some new ideas for this though. I'll try again.
I'm not sure if there's an easy way to do this. In my very quick looking around, I don't see a way to get a list of all Ex commands....
Yeah that could probably work. Adding `sort_lastused` would be a little more involved.
For sure, go for it. For developing/testing/debugging, you can fork a copy and clone to some directory. Then (for lazy) use the `dir` option to point to your forked copy...
Hmm yeah you're right. Upon closer inspection, looks like we need more info than just the command name (goes to show how little I use the `commands` picker :joy:). In...
That could work, but I'm a little bit unsure about the performance implications of calling `nvim_parse_cmd` hundreds of times. If you're willing to give it a try to see that'll...
Yeah those look like command modifiers so they aren't really valid standalone commands. I suppose we can wrap the `nvim_parse_cmd` call inside a `pcall` but definitely feels like we're getting...
@rudiejd we'd still need to know `nargs` to know what to do when a command is selected in telescope (call directly or wait for args to be passed).
slightly related but just learned about https://github.com/jonarrien/telescope-cmdline.nvim haven't tried it myself yet but looks pretty cool. gonna try it out.
I'm gonna merge this in to give it a try. I can't manually run docgen locally anymore and it seems like the docgen workflow isn't running at all for non-member...