Is it possible to fold json blocks in the output buffer with zc
and zo
?
#226
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when I type
zc
to fold a block of code in the buffer that holds the output of an http call, I getE490: No fold found
. I'm not 100% certain, but I think this may be because the filerest_nvim_results
is non-modifiable. I use treesitter for folding, and I'm able to fold/unfold without issues in regular files, of all types.Does anyone know if it is possible to enable standard vim folding functionality in the output file from this plugin? Is there a setting I can enable/disable to allow for this functionality?
Beta Was this translation helpful? Give feedback.
All reactions