-
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 [...]'…
-
[coc.nvim]: UnhandledRejection: write EPIPE
Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:164:15)
at writeGeneric (node:internal/stream_base_commons:155:3)
…
-
Could we have [one of these](https://github.com/roxma/nvim-completion-manager/issues/12) for here too?…
-
I wanna ask you, if this still works on .rb files https://github.com/roxma/ncm-rct-complete, I still using the previous ncm because I need this functionality. By the way, there is some way to make i…
-
Hi,
I'm trying to figure out how to get my Python snippets to use Google-Style docstrings, rather than RST-style... or pandas/numpy style...
I'm using ncm2 and UltiSnips -- completion works well…
-
If you're having trouble with NCM2, Please provide the following information
along with your detailed issue description:
### OS
Windows 10 Pro 1803
### neovim `:version` output
GVim 8.1 with …
-
Do you plan to implement (or do you happen to know if there is) a deoplete source for r completion? Thanks!
-
Coc is working now, but still lots of work ahead to make it better.
Let me know if you have some ideas for it.
* [x] Works in vim.
* [x] Airline/Lightline integration
* [x] Add support for https…
-
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…
-
I use deoplete for completion. It has fuzzy search. But the suggestions from the LanguageClient source somehow don't work with fuzzy search. Everything else works with fuzzy search, including neco-vi…