-
## Problems summary
I recently tried to open a file over the scp:// protocol which is handled by Vim's "Netrw" plugin. When trying to autocomplete a word, the message
```
[deoplete] Traceback (most…
-
This is full messages:
```
[deoplete] Exception during clang2.on_event for event 'Init': Expecting value: line 1 column 1 (char 0). Use :messages for error details. …
-
Hello,
I've just installed deoplete_clang2 and I'm getting this error when trying to edit a .c file:
```
[deoplete] Traceback (most recent call last): …
-
A heads up: I'm running Google Chrome 59.0.3053.3 and today i started to get error messages for webcomplete.vim:
```
[deoplete] Traceback (most recent call last):
[deoplete] File "/Users/oschr…
-
When trying to autocomplete the content of a file open over the scp:// protocol, deoplete-ternjs will display errors and won't fill the autocompletion popup menu.
Here are the steps to reproduce the …
-
I want to add the screenshots in README.
If you have good screenshots for deoplete README, can you add it in this issue?
-
There is a delay of up to about 30s before the cache is made and deoplete starts working. This would seem like a non-issue (and probably unavoidable), except for the fact that deoplete doesn't seem t…
-
Hi there, so it seems that this throws a lot of errors after setting up.
```
[deoplete] Traceback (most recent call last):
[deoplete] File "/Users/mhartington/.config/nvim/.dein/rplugin/python3/deo…
-
Hello! Thank you for your excellent work! I love it!
Now I am new to `vim-jetpack`, I want to lazy load the "deoplete" and "lsp" stuff using the `event` options.
I add the following lines in my …
-
## Problems summary
I'm using the deoplete + deoplete-clang + neoinclude. When my file `#include ` and
I typing `INT` it will not show any completion candidates. If I reopen that file and typing `IN…