-
Notifications
You must be signed in to change notification settings - Fork 10
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
Could not load completion data #33
Comments
I also encountered this problem after a long overdue update to my neovim plugins and will leave this here as information for others. I looked into the version history of Nvim-R and in commit
So it looks like ncm-r has been abandoned and the ncm2 plugin too. The Nvim-R devs then removed support for ncm-r in commit
were removed from the In the same commit of Nvim-r the file system structure of the generated omnicompletion files (default folder: There are probably other fixes needed in order to get ncm-r working again but since ncm2 seems to also be abandoned it's probably smartest to just use alternatives to ncm2 and ncm-r. For now I'll just use the autocompletion that comes with Nvim-r, initiated with the key presses c-x c-o. If anyone has suggestions for comparable alternatives please send me a message. |
@joiharalds Thank you very much. I use coc.nvim instead. |
@joiharalds Thanks so much for explaining this. I've been trying to chase down the cause of this issue for a month, and this finally solves the mystery. It seems like YouCompleteMe is a good alternative, since it's being actively developed and supports R, though it dowsn't officially support neovim. |
I encountered the same problem #17 (comment).
The message is :
But the completion of Omni in Nvim-R working successfully when I type <C-x><C-o>
I also checked the R_compldir:
ls
Here is my .vimrc file.
The text was updated successfully, but these errors were encountered: