Replies: 3 comments
-
Do you mean something like this in your lua file: opts = {
external_term = "kitty",
...
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes exactly, I have put this in my init.vim but ",rf" still starts R within the same terminal as nvim...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that you do nothing with the require("r").setup(opts) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently moved from nvim-R to R.nvim . Everything works fine but I cannot manage to configure some things from my init.vim. For instance, does anyone knows how I could set the external_term variable to true with a chunk of lua code put in my init.vim file, which I usually do with
Thank you in advance for your feedback (and for all that work), Manuel
Beta Was this translation helpful? Give feedback.
All reactions