Closed sluedtke closed 6 years ago
Thanks for the feedback.
Yes, I think I know where the bug comes from. I've pushed https://github.com/gaalcaras/ncm-R/commit/8b2e3fb8c985e82aa9ea33c526b101ff77e20a96 to master
. Please update ncm-R and see if this fixes it.
If it's still not working, you may want to try the next version of ncm-R and Nvim-R by using the following branches (this is using vim-plug
):
Plug 'jalvesaq/Nvim-R', { 'branch': 'auto_list' }
Plug 'gaalcaras/ncm-R', { 'branch': 'auto-list' }
If you still have the same bug at this point, I'll also need you to cd
into g:rplugin_compldir
, run ls -l | grep omnils_
and give me the output.
Thanks for the fast reply ..
I will try that before Christmas , but no promise at this point.
either way, happy Christmas .. ;-)
On Friday, 22 December 2017 17:13:12 CET Gabriel Alcaras wrote:
Thanks for the feedback.
Yes, I think I know where the bug comes from. I've pushed https://github.com/gaalcaras/ncm-R/commit/8b2e3fb8c985e82aa9ea33c526b101ff7 7e20a96 to
master
. Please update ncm-R and see if this fixes it.If it's still not working, you may want to try the next version of ncm-R and Nvim-R by using the following branches (this is using
vim-plug
):Plug 'jalvesaq/Nvim-R', { 'branch': 'auto_list' } Plug 'gaalcaras/ncm-R', { 'branch': 'auto-list' }
If you still have the same bug at this point, I'll also need you to
cd
intog:rplugin_compldir
, runls -l | grep omnils_
and give me the output.
Update: ncm-R and Nvim-R have been updated, so you can stay on master
and try their newest versions.
it looks good. The error at start up disappears and the package is working. thanks! I am looking forward to work with that.
Awesome :) Don't hesitate to open a new issue if you find another bug or if you want to suggest a new feature.
Hi there,
I am getting the following error messages after starting nvim with an R file:
Running on a KDE-neon user edition.
Do you have any idea.