Closed oli666 closed 6 years ago
Thanks for the feedback.
You have the exact same issue than: https://github.com/gaalcaras/ncm-R/issues/1#issuecomment-352434811
I know what's causing this bug on Windows 10. I think the next version of ncm-R will solve the issue, because it will interact with Nvim-R in a different way.
If you want to try the next version and see if it works, please use the following branches (this is using vim-plug
):
Plug 'jalvesaq/Nvim-R', { 'branch': 'auto_list' }
Plug 'gaalcaras/ncm-R', { 'branch': 'auto-list' }
Good stuff! I have checked out the according branches and everything seems to be working now, excellent! Will start exploring this already awesome looking plug-in! Many thanks for the quick turn around. Oli
That's great news!
Please note that I don't know when @jalvesaq or I will be merging the dev branches into master
. But since they are feature branches, they'll probably be deleted in the near future so be on the lookout for that.
I'm ready to merge the auto_list
branch into master
...
It's ready for me too. Let's merge then :)
Done!
And... Done!
hi, I get the attached error when starting to type the first letter in insert mode.
Before that, I have successfully started R usingrf and can send lines of code to the R process without issues.
Also: the word completion works just fine and I have also used Jedi to test the python completen. All good on that front.
Any glue what could cause the issue with the R completion?
Thanks,
Oli