-
Notifications
You must be signed in to change notification settings - Fork 34
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-R-plugin was replaced by Nvim-R #204
Comments
Ai, gosto muito dessa conversacao, meu Português nao e muito bom, mais Até, Johannes On Thu, Mar 17, 2016 at 02:01:21PM -0700, José Cláudio Faria wrote:> Ótimo! Ficarei aguardando. A mensagem de erro anterior relativa nclientserver significa que opacote -- Jakson Alves de Aquinohttps://dadoseteorias.wordpress.com/pt/ —You are receiving this because you are subscribed to this thread.Reply to [1] #204 (comment) |
@jranke Your Portuguese is very good! Cheers! |
Thanks, - but your vim-script is better! |
Vim has two new features (+channel and +job) that are similar to Neovim's job control. So, it became easier to support both Vim and Neovim in the same plugin. I could have brought back the support to Neovim into the Vim-R-plugin, but I decided to add support to Vim into Nvim-R, and I am discontinuing the maintenance of the Vim-R-plugin.
I am sorry for the inconvenience, but those who want to follow the development version of the plugin, have to migrate to Nvim-R.
Some notes:
nvimcom
because it is included in Nvim-R source tree and Nvim-R will automatically install and update it whenever necessary.library(nvimcom)
in your Rprofile because Nvim-R sets the value of the environment variableR_DEFAULT_PACKAGES
, includingnvimcom
.The text was updated successfully, but these errors were encountered: