Closed iago-pssjd closed 1 year ago
You can achieve this with the Voom package, which works well for Rmd plus many other markup formats.
Thanks @srearl . Beyond using Voom, in order to configure it, I've just seen https://github.com/jalvesaq/Nvim-R/blob/093cb979650ac5b0c9b9f49d3cfd5151557668af/doc/Nvim-R.txt#L242-L250
Hi!
Let's start with a couple of RStudio screenshots:
There we can see an outline of the sections of an RMarkdown file and also other of the chunks. Further, we can move through the file by selecting on them the desired section/chunk.
Is there a similar funcionality with Nvim-R? If not, could it be implemented, at least a command for seeing (like
\ro
) the different sections/chunks?Thanks