-
pyls completion says that the kind of a variable is a keyword in this simple example:
```python
yy = 0
y
```
It happens when I try to complete the last `y`. I could reproduce it with multiple…
-
Hello,
Can you please share the 14.04 version of your init.vim file?
I am attempting to follow your guide here: [link](http://computableverse.com/blog/neovim-guide-python)
But I am having iss…
-
Needs to be updated with upstream.
See https://github.com/Shougo/deoplete.nvim/issues/682 https://github.com/Shougo/deoplete.nvim/issues/730
```
Error detected while processing /home/tete/.config…
-
This came up in https://github.com/Shougo/deoplete.nvim/issues/322
As it stands now, there doesn't seem to be any way for a rplugin to resume operation without restarting Neovim altogether if the plu…
-
I've tried multiple installs, tutorials, multiple versions of Vim...(currently running NeoVim atm)
I've set up YouCompleteMe and it won't work, and now tried Deoplete and it doesn't work either.
The…
-
When I use nvim to edit any file, the deoplete-tabnine will continue restarting the TabNine and producing error message, which is very annoying.
The version of TabNine is:
```
TabNine 3.2.63 (x…
-
`[vim-hug-neovim-rpc] Vim(pythonx):ModuleNotFoundError: No module named 'neovim'
Error detected while processing function deoplete#enable[9]..deoplete#initialize[1]..deoplete#init#_initialize[10]..11…
-
I see Unite completion in the documentation - but any idea how to make it work with Deoplete (I believe Deoplete is supposed to be Next Gen Unite by the same author).
-
I am currently using Riv together with Deoplete to manage the autocompletion of words, however, if I have Riv turned on it seems it overrides the default Deoplete behavior.
**Current behavior:** in…
-
The development of Deoplete for code completion is finished.
The author plans to migrate to ddc.vim
Are we still suggested to use Deoplete? Or is there plan for ALE to migrate to ddc.vim with Deo…