dariusgm / lunarvim

My lunarvim docker image for working
MIT License
3 stars 2 forks source link

Add support of r #3

Closed damn-war closed 1 year ago

damn-war commented 1 year ago

"i" want to use this container as my ide for r development:

r cli r linter r autocompletion r formatter

dariusgm commented 1 year ago

I just pushed a version that allows R execution. Also added an r.languageserver package via Mason. I also added a test for R and Rscript. Can you give it a try if it fits your needs and provide some feedback? For linter and autocomplete you may come up with a idea what fits your needs best, as I have no knowledge about R.

damn-war commented 1 year ago

Great, thanks a lot. will have a look and give you feedback. :)