p00f / cphelper.nvim

Neovim helper for competitive programming. Use https://sr.ht/~p00f/cphelper.nvim instead
MIT License
130 stars 9 forks source link

Automatic unfolding of test cases window on `:CphTest` #34

Closed vishalpaudel closed 1 year ago

vishalpaudel commented 1 year ago

The extra zR is annoying, is there a work around so that the input and output window auto unfolds?

p00f commented 1 year ago

You need to increase your foldlevelstart - if you don't want to change the global option you can autocmd FileType Results setlocal foldlevel=5

help: 1 2