Closed J-Liu closed 6 years ago
@Shougo can you to participate?
@J-Liu If you get the errors by <C-X><C-O>
, it is not related to deoplete.
It just vim-javacomplete2 error.
@J-Liu leave just vim-javacomplete2
plugin in your config and call completion on <C-x><C-o>
, please.
Sorry, it was my fault, I used JDK 9.0.1 instead of 8.x.
vim-javacomplete2
by deoplete.nvim
is perfectly working now.
deoplete-jedi
is not that good so I used completor.vim
replaced.
Thank you @artur-shaik @Shougo all for you all are so kindly.
Actual behavior (Required!)
type
<C+x> <C+o>
or.
get a error like thisExpected behavior (Required!)
list something to complete.
The steps to reproduce actual behavior (Required!)
let g:deoplete#enable_yarp=1 let g:deoplete#enable_at_startup=1
autocmd FileType java setlocal omnifunc=javacomplete#Complete
brew ls aria2 gettext libvterm python unibilium bash-completion jemalloc msgpack python3 xz gdbm libtermkey neovim readline geckodriver libuv
pip2 list futures (3.1.1) greenlet (0.4.12) msgpack-python (0.4.8) neovim (0.1.13) pip (9.0.1) setuptools (36.5.0) six (1.11.0) trollius (2.1) wheel (0.30.0)
pip3 list Django (1.11.6) greenlet (0.4.12) jedi (0.11.0) msgpack-python (0.4.8) neovim (0.1.13) parso (0.1.0) pip (9.0.1) pytz (2017.2) selenium (3.6.0) setuptools (36.6.0) wheel (0.30.0)