Open krusse opened 9 years ago
I had this issue as well. Run :set filetype=rmarkdown
. As it is, *.Rmd
files are being set to filetype rmd
by default, and thus the scripts in this repo don't seem to be running.
is there a way to set something into .vimrc file permanently or change some other seeting so one do not need to run :set filetype=rmarkdown all the time ?
The latest changes in the repo (from the latest PR) should have improved this somewhat, did they not?
I dont think so, since I run BundleUpdate, and the problem is still there.
Add this to your .vimrc: autocmd BufRead,BufNewFile *.rmd set filetype=rmarkdown
I'm facing a similar issue, but if I use @nikolaussucher solution, it doesn't highlight the syntax unfortunately. The hl works but the command doesn't
:RMarkdown does not seem to register as a command.
I installed through vundle with all prerequisites installed.
I would really love to have the Rscript functionality of this plugin. Any help is appreciated.