kassio/neoterm

How to change the default REPL?

Closed this issue · 1 comments

For some languages there are some REPL options e.g. g:neoterm_repl_python, but neoterm supports more languages than those languages having an available REPL option. I work with the files with .R extension. How can I change the default REPL for the files ending with .R or .Rmd extension?

Currently, R doesn't have a way to configure. But, you can open a pull request changing these lines to introduce a new variable for that. You can take a look on how other languages are doing and copy the pattern. Let me know if you need help. 😄