R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
129 stars 15 forks source link

Does R-nvim support knitr (.rnw) files (support for LaTeX and R in one file) #80

Closed JulianDicken closed 3 months ago

JulianDicken commented 3 months ago

Im trying to migrate off of VS Code. Ive been trying to set up LazyVim and R-nvim with very little luck. Before I spend a lot of effort working out something that doesn't have the capability to do what I need I figured I should ask if knitr files are supported. Thanks!

jalvesaq commented 3 months ago

R.nvim features are described at https://github.com/R-nvim/R.nvim/blob/main/doc/R.nvim.txt You can send code from Neovim to R, knit the Rnoweb document and do SyncTeX search forward and backward.