ncm-R icon indicating copy to clipboard operation
ncm-R copied to clipboard

R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:

Results 16 ncm-R issues
Sort by recently updated
recently updated
newest added

Hello I am using `NeoVim`, I have `Nvim-R` plug installed and operational but I get this error when using `ncmR` . ``` [ncmR] Can't load Nvim-R options. Did you install...

Many users are using Lua-based plugins now, is it possible to move this great plugin work with LuaSnip based auto completion?

I encountered the same problem https://github.com/gaalcaras/ncm-R/issues/17#issue-401641952. The message is : ``` [ncmR] Could not load completion data: [Errno 20] Not a directory: 0 [ncm_r@yarp] Traceback (most recent call last): [ncm_r@yarp]...

Current configuration doesn't support to autocomplete figure or table labels in Rmarkdown files. ```` ```{r testplot, fig.caption = "This is test plot"} plot(1) ``` Please see Fig. \@ref(fig:|... I want...

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...

I can't get ncm-R to work consistently. I see autosuggestions only sometimes. I would like the plugin to work like in your video. I'm on a Mac OS High Sierra...

can't reproduce

I'm having tons of options show up for auto complete after a var$ syntax. I'm using ctags so perhaps I need to tweak something to restrict for R files, but...

this patch limited ncm-R to check if nvim-R has started or not only at the startup. So error massage that R is not started will only appear once. it should...

I appreciate the instant help window mostly for arguments while selecting. Is there any way to get the same effect with the completion from ncm-R?

I've just installed all the pluggins and they works just fine. However, the completion just add the words but no parenthesis at the end of a function for example. Here...