Replies: 1 comment 3 replies
-
You can already do this with the git_status source. If you checkout the PR, you can then use:
Replace I realize documentation is an area where Neo-tree is lacking. Sorry about that! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to
git_status
, I want to display the files on a GitHub PR as a tree. I have tried adding[1] it as a custom source, but failed. Is there some detailed guide or a blog post where I can read and learn?What I want is basically showing the outcome of the line above as a tree:
My goal is to mimic[1] https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github for Neovim.
Thank you in advance!
[1] https://github.com/nvim-neo-tree/example-source
[2] https://www.reddit.com/r/neovim/comments/ys879l/github_pull_requests_and_issues_plugin_for_neovim/
Beta Was this translation helpful? Give feedback.
All reactions