nvim-telescope / telescope-github.nvim

Integration with github cli
MIT License
221 stars 19 forks source link

Add functionality to browse modified files #25

Closed nikbrunner closed 2 years ago

nikbrunner commented 3 years ago

This is my first ever contribution to an Open Source project, and I only know Lua from my NeoVim config. If there is anything to improve or completely wrong, please let me know. Since this PR is open, I worked with this branch, and it worked pretty reliable

Goals

sbulav commented 2 years ago

Hi @nikbrunner Thanks for your contribution. The file browse feature worked fine in my tests.

I've merged this PR through the https://github.com/nvim-telescope/telescope-github.nvim/pull/34

Feel free to reopen this PR/create a new one.

nikbrunner commented 2 years ago

@sbulav Thank you very much! I maybe want to refactor some code of mine, but I will open a new PR for it, when I do