Provide the `fold` way to collapse the body of the commit under the cursor, like the [git](https://github.com/neovim/neovim/blob/98a4ed0a110625e63950d85b26f3e4614393ea04/runtime/syntax/git.vim?plain=1#L38) file does. The [doc](https://github.com/rbong/vim-flog/blob/bb1fda0cac110aef3f1c0ac00be813377b2b9bf0/doc/flog.txt#L458) says using `<` `>` `=` can collapse the body of the commit under the cursor, but fold may be another intuitional way.
Provide the
foldway to collapse the body of the commit under the cursor, like the git file does.The doc says using
<>=can collapse the body of the commit under the cursor, but fold may be another intuitional way.