-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim.system()
api did not exist in Neovim current release (v0.9.5)
#36
Comments
I didn't know that. I saw somewhere a recommendation of using I see no problem in using Can you do the replacement? |
Okay so I got tmp-R-Nvim up and running with Windows and neovim nightly. Will use it during work as my daily driver with R tomorrow and see if any issues pop up. |
Great news, @akthe-at ! Looking at Neovim git log, |
Thanks! I will try it. |
Thank you all for your efforts! Currently, I failed to use R.nvim on the current Neovim release. (v0.9.5).
vim.system()
Lua API was added in PR neovim/neovim#23827, which was before when Neovim v0.9.5 was released. However, somehow, it was not included in the current Neovim release. Sincevim.system()
was a wrapper aroundvim.loop.spawn()
, maybe we can use the latter directly? Or at least note that R.nvim only works for the development version of Neovim.Neovim version:
The text was updated successfully, but these errors were encountered: