FractalWire

Results 4 comments of FractalWire

I've got a similar issue here. 1. python is version 3.8.0 2. there is a file nvr/nvr.py in the directory from `pip show neovim-remote | grep Location` I'd add I'm...

It seems like it is related to neovim/neovim#11052 indeed. In my case however, coc.nvim is not at fault, but it is deoplete. Removing that plugin from my plugin list make...

Seems like everything works fine until deoplete commit https://github.com/Shougo/deoplete.nvim/commit/eab0bf66304eb518fc78abcf14cbd7ea23bd9483 I don't know if it's a neovim or Deoplete issue. And I still don't get why nvim is working fine with...

The doc does not highlight the fact that the decider of `Maybe` could be an arbitrary value. In the doc, it looks like it must be a field name. I...