-
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 …
-
- `nvim --version`:
```
NVIM v0.4.0-603-gd81b510ec
Build type: Debug
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu9…
roxma updated
2 years ago
-
I've found https://github.com/ncm2/ncm2 to have more reliable performance than deoplete and it's a popular completion plugin.
-
Could we have [one of these](https://github.com/roxma/nvim-completion-manager/issues/12) for here too?…
-
Sometimes I get this error when working in a php file and it prevents you from working. This never happened before. I saw this for the first time today after I did ```:call dein#update()```
```
[ncm…
-
Writing some characters and then selecting a completion deletes already written characters and only adds the completed part. E.g. writing 'fin' and selecting completion 'findall' results in 'dall'. Th…
-
I'm using the sample .vimrc from #19 to get auto-imports when using a language server. It works, but only when I explicitly expand the snippet with ``. If I "type through" a completion item (i.e., don…
-
Is there any planned support for other completion managers, such as Deoplete?
-
If third-party libraries is installed in $GOPATH/src ,It works well
But it doesn't work if installed in project/vendor
-
Do you plan to implement (or do you happen to know if there is) a deoplete source for r completion? Thanks!