Closed cprn closed 8 years ago
it looks more like problem with deoplete-padawan, it doesn't send prefix. Cc @pbogut
@mkusher, your right, prefix is not sent by the deoplete-padawan. The column is always set at the beginning of the word. I wIll take a look at this later.
@cprn, which version of padawan you are using? As far as I can tell the error is displayed on stable 0.2.1 but this version doesn't support build in functions anyway.
If you want to use omnifunc with deoplete it will take async benefits away.
It will work as expected with padawan from the master branch when I fix the issue @mkusher has addressed.
which version of padawan you are using?
Whatever gets installed with vim-plug
:
git log --pretty=oneline
d74aad4dcfe0ce9e5f89b79f23ad92fa6b86d0d5 Update README.md
It will work as expected with padawan from the master branch when I fix the issue @mkusher has addressed.
Sounds legit.
Do we close this issue and move to your github? (it says 0 open issues)
@cprn yeah, it's better to continue there https://github.com/pbogut/deoplete-padawan
Everything works okay in most cases, e.g.:
But shouldn't the built-in functions (like below) get completed as well?
All I get is:
Maybe there's something wrong with my installation process?
NVIM-0.1.6-dev
andvundle
,deoplete
,deoplete-padawan
andpadawan
,composer global require mkusher/padawan
,PHP 5.6.11.1
viasudo apt-get install php
,foo.php
, opened it withnvim
and started typing.As far as I understand, the purpose of the
set omnifunc
provider is to provide language syntax completion? At leastphpcomplete-extended
was doing that... So what am I doing wrong?[EDITED] If I install
UltiSnips
and a snippets pack I get templates suggestions, so it doesn't seem to be the problem withdeoplete
.