-
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 …
-
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 plu…
-
I've found https://github.com/ncm2/ncm2 to have more reliable performance than deoplete and it's a popular completion plugin.
-
Hi there,
First, thanks for this awesome autocomplete plugin!
You may know that jedi can be quit slow for big libraries (e.g. see #4). However retrieving the completions is actually quite fast, …
-
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 is the .vimrc and I use vim …
-
Plugin can complete function name, but it can't expand any function parameters,.
The language is go, using go-langserver as lsp.
All plugins and lsp are newest, neovim 0.4.0 on Linuxmint 19.04
I…
-
I'm having trouble interpreting this error when trying to edit a `.cpp` file in `nvim` using this plugin.
The error is:
```
[ncm2_pyclang_proc@yarp] Job is dead. cmd=['/usr/bin/python3', '-u', '/ho…
-
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…
-
Hi everyone, thanks for your good work. The plugin works fine for most situations, but when I write a word and complete it with nc2m, I cannot go back and delete some characters if I made a mistake.
…
-
@roxma i'd love to tackle migrating this to ncm2; do you have any recommendations or links to best practices to doing that? maybe you've documented somewhere on ncm2 and i'm just not finding it, but w…