Skip to content
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

Open
jalvesaq opened this issue Mar 16, 2016 · 3 comments
Open

Vim-R-plugin was replaced by Nvim-R #204

jalvesaq opened this issue Mar 16, 2016 · 3 comments

Comments

@jalvesaq
Copy link

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 nvimcom because 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 variable R_DEFAULT_PACKAGES, including nvimcom.
  • 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
@jranke
Copy link

jranke commented Mar 17, 2016

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] #204 (comment)
[2] https://github.com/notifications/beacon/ADdArZRCStV-sSH1Pj3jeJx0wzExvggRks5pucJIgaJpZM4HyB-0.gif

@jalvesaq
Copy link
Author

@jranke Your Portuguese is very good! Cheers!

@jranke
Copy link

jranke commented Mar 17, 2016

Thanks, - but your vim-script is better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants