-
Posting this issue here as suggested at https://github.com/jalvesaq/Nvim-R/issues/442
I am using 'ncm2/ncm2-jedi' to do completion for py files. This works perfectly well. I do not get completion …
-
hello man, i have come to use ncm2, but I have some little problems.
how can i register python source, and i want to use these source in ipynb filetype when i write python in jupyter notebook(I have …
-
### OS
Mac OS 10.14.3
### neovim `:version` output
NVIM v0.3.3
### Minimal vimrc for reproducing the issue
```
let g:python3_host_prog = '/usr/local/bin/python3'
let g:python_host_pro…
-
I have the following plugins enabled:
```
ncm2
ncm2-ultisnips
ncm2-markdown-subscope
ultisnips
bullets.vim
```
When a fenced code block editing a markdown file, eg python, ncm2 provides co…
-
And the very nice plugin "ncm2-html-subscope" has same problem.But these plugins can work well under python 3.7
-
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@y…
-
Dear owner,
Thanks for providing us such a good plugin for Neovim! I appreciate your work deeply!
However, during my everyday usage of this plugin, I'm really distracted by the significant lag. An…
-
Hello,
I am trying to set up the environment for R in my mac and make it work in vim because I like vim. So far, I have installed R using brew. And the R version is:
❯ R --version
> R version 4.…
-
https://github.com/roxma/nvim-completion-manager/issues/215
https://github.com/roxma/nvim-completion-manager/issues/62
roxma updated
5 years ago
-
Most of the time when I try writing code into a .py file, I get many error messages, where the first says something like:
> [ncm2_jedi@yarp] error caught in notification handler 'on_complete [...]'…