jalvesaq / Nvim-R

Vim plugin to work with R
GNU General Public License v2.0
966 stars 125 forks source link

RFC: rnoweb with vimtex #511

Closed lervag closed 4 years ago

lervag commented 4 years ago

Someone suggested to load vimtex for .Rnw files, see here. I'm not really into the whole R community, but I have to admit that rnoweb and Rmarkdown and similar looks very interesting!

I've noticed that the "intrinsic" rnoweb plugin that ships with Vim relies on the selected LaTeX plugin with runtime! ftplugin/tex.vim. I was curious if it would be interesting and possible to somehow collaborate to make a good interface between vimtex and Nvim-R in this sense.

I think vimtex could provide some nice features to rnoweb files, like:

On the other hand, it seems you have a backend that already works well for everything R related, and in this case, for compiling from .Rnw to .tex, as well as some related stuff like synctex support between .Rnw and .tex, and so on.

What do you think?

jalvesaq commented 4 years ago

I'm sorry, but I no longer edit Rnoweb documents, and it's unlikely that I will have spare time to work on this issue.

lervag commented 4 years ago

Ok, no problem.