Open xllvrr opened 4 years ago
@xllvrr, I am experiencing the same. You can take a look at #9 for more info, but I think the best suggestion will be to give r-lsp a try. I switched am using a coc plugin called coc-r-lsp in vimr (no relation to Nvim-R). I am using vimr so I can send code with command enter (like in RStudio on MacOS).
I installed coc via vim-plug and the languageserver R package install.packages("languageserver")
, then ran :CocInstall coc-r-lsp
, and everything is working OK so far.
Having the same issue in macOs
I'm having the same issue. Objects in .GlobalEnv
appear in the completion box normally, but functions (e.g., read.csv
) do not. When you trigger omni completion manually with <C-X><C-O>
functions appears as expected.
Completion for object in .GlobalEnv
Completion for ggplot
function failing after loading ggplot2
Triggering Omni completion with <C-X><C-O>
in the above scenario
Recently, the omnicompletion has not been showing Configuration file is as below, using ArchLinux on the latest kernel right now. Not sure whether it's a problem with the settings or with another plugin. Tried to uninstall some of the plugins I thought might have an issue and reinstalled the ncm2 stuff but doesn't seem to make a diff
Currently, only packages show