pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.28k stars 125 forks source link

Octo builtin #377

Closed joshmedeski closed 1 year ago

joshmedeski commented 1 year ago

As a user, when I run Octo I want to see a list of built-in commands available to run.

It would be great if we could borrow from what Telescope does and show a Telescope popup of all available built-in commands from Octo if it's run on it's own. It currently just says "Missing Argument"

Screenshot 2023-03-01 at 12 07 39 PM
jarviliam commented 1 year ago

This has been merged in now and can be enabled via the enable_builtin option 👍

joshmedeski commented 1 year ago

Thanks!