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

feat: added a timeout param to be able to configure long process time #376

Closed Sanix-Darker closed 1 year ago

Sanix-Darker commented 1 year ago

Describe what this PR does / why we need it

Add timeout param to config to have a custom timeout for processes that can take time.

Does this pull request fix one issue?

Resolves this https://github.com/pwntester/octo.nvim/issues/375 and should probably resolves : https://github.com/pwntester/octo.nvim/issues/369

Describe how you did it

I just added a new entry from the configuration, and call it inside the FileEntry function

pwntester commented 1 year ago

Thanks for the contribution!