pwntester / octo.nvim

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

Unable to disable folding in diff view #495

Open mortimr opened 4 months ago

mortimr commented 4 months ago

Hey !

I'm currently using Octo and I want to know how someone can disable the folding in the review pane. I've tried all the vim settings to disable all forms of folding but it seems that Octo is not taking them into account.

        foldmethod = "manual"
        foldlevelstart = 99
        foldenable = false

As I don't see any config options related to this folding I was wondering if there was a way to disable it.