Vim-R-plugin was replaced by Nvim-R
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:
- You don't have to install Neovim, but you may prefer to run R in a built-in Neovim terminal rather than in a Tmux split pane.
- It's already possible to run R in Neovim's buffer (built-in terminal) on Windows, although it's not as functional on Windows as it's on Linux yet (RQuit does not work).
- Nvim-R conflicts with Vim-R-plugin. You have to uninstall the Vim-R-plugin before using Nvim-R.
- You don't have to install
nvimcombecause it is included in Nvim-R source tree and Nvim-R will automatically install and update it whenever necessary. - You don't have to put
library(nvimcom)in your Rprofile because Nvim-R sets the value of the environment variableR_DEFAULT_PACKAGES, includingnvimcom. - If using Vim, R will run in an external terminal emulator. If you want to run R in a Tmux split pane, you have to put in your ~/.vimrc or ~/.config/nvim/init.vim:
let R_in_buffer = 0
let R_applescript = 0
let R_tmux_split = 1
Ai, gosto muito dessa conversacao, meu Português nao e muito bom, mais eu gosto e gosto de aprehender mais!
Até,
Johannes
On Thu, Mar 17, 2016 at 02:01:21PM -0700, José Cláudio Faria wrote:> Removi o plugin Vim-R-plugin e estou atualizando o Vim para versão mais> nova para rodar apenas com o plugin Nvim-R.> Depois posto os testes.
Ótimo! Ficarei aguardando.
A mensagem de erro anterior relativa nclientserver significa que opacote nvimcom não foi corretamente compilado ou instalado.
-- Jakson Alves de Aquinohttps://dadoseteorias.wordpress.com/pt/
—You are receiving this because you are subscribed to this thread.Reply to this email directly or view it on GitHub[1][2]
[1] https://github.com/jcfaria/Vim-R-plugin/issues/204#issuecomment-198082339 [2] https://github.com/notifications/beacon/ADdArZRCStV-sSH1Pj3jeJx0wzExvggRks5pucJIgaJpZM4HyB-0.gif
@jranke Your Portuguese is very good! Cheers!
Thanks, - but your vim-script is better!