gaalcaras / ncm-R

R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:
GNU General Public License v3.0
115 stars 10 forks source link

ncm-R not showing #28

Closed xllvrr closed 4 years ago

xllvrr commented 4 years ago

I've been searching previous articles to see whether I could manage to find anything but to no avail. Using neovim 0.4.3-1, on Manjaro KDE 5.4.17.

I can't seem to get the autocompletion to appear while I type. Omnicomplete from Nvim-R works fine, but no amount of tweaking seems to work with ncm-R. I have deoplete installed, but even after commenting out other things it doesn't seem to work.

I don't have any paths linking to a specific R library and since everything was installed on RStudio beforehand without specification, the packages are all in the main R library. Additionally, omnicomplete shows the packages.

The lack of autocompletion is for packages, functions and other objects as well. Not too sure what the issue is. Really want this to work because it looks great, but I can't seem to get it to do so, so thought I'd ask here.

xllvrr commented 4 years ago

I realized that I needed to enable ncm2 in my buffer, which wasn't immediately obvious to me.