artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
973 stars 83 forks source link

vim-javacomplete2 not working on Mac #458

Closed rgdgr8 closed 3 years ago

rgdgr8 commented 3 years ago

The have installed javacomplete2 using vim-plug and I have my vim using +python3.

The plugin status is OK but still javacomplete2 is not autocompleting anything. I expected it to auto-complete keywords and built in class name like package, public, private, List, etc.

The steps to reproduce actual behavior:

  1. Install vim-plug(if not already installed)
  2. Install vim which supports +python3(if not already installed)
  3. Install vim-javacomplete2 using vim-plug

Environment:

Gibson0918 commented 3 years ago

Hi, can I ask how did you resolve this issue?

rgdgr8 commented 3 years ago

Hi, can I ask how did you resolve this issue?

https://github.com/artur-shaik/vim-javacomplete2/issues/439#issuecomment-656987860

Gibson0918 commented 3 years ago

Thanks!