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

[ncm_r@yarp] Job is dead. cmd['/usr/local/opt/python@3.9/bin/python3.9' ... ar/folders/tl/6gbjg0y95cz8zp1ryc4wbzdc0000gn/T/nvimn8aL4B/0', 3, 'ncm_r'] #43

Open
Adrian-Cuvi opened this issue Jan 5, 2022 · 3 comments

Comments

@Adrian-Cuvi
Copy link

Adrian-Cuvi commented Jan 5, 2022

Hello,
I am trying to set up the environment for R in my mac and make it work in vim because I like vim. So far, I have installed R using brew. And the R version is:
❯ R --version

R version 4.1.2 (2021-11-01)

I also added some vim plugins to my vimrc and those are:
call plug#begin('~/.vim/plugged')

Plug 'jalvesaq/Nvim-R', {'branch': 'stable'}
Plug 'ncm2/ncm2'
Plug 'roxma/nvim-yarp'
Plug 'gaalcaras/ncm-R'

autocmd BufEnter * call ncm2#enable_for_buffer()
set completeopt=noinsert,menuone,noselect

call plug#end()
However, every time I open a R file in vim I get the following error:

screen.mp4

and the screen glitches a lot as you can see in the above video and that annoys me a lot. I tried brew reinstalling python && sudo pip3 install --upgrade neovim, unfortunately, the error and the glitching persists. I would greatly appreciate if someone can help me figure this out and stop vim glitching every time i open a R file.

@eliotbehr
Copy link

Have the same issue with same set-up (OS, dot-files, etc.). Unfortunately wasn't fixable by clean re-installing neovim, plugins, and python and such.

@oli666
Copy link

oli666 commented Jun 29, 2022

Same issue here with latest version of all related plug-ins

@ArvinZaker
Copy link

I have exactly the same issue here. Autocompletion basically does not work.

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

4 participants