artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-javacomplete2 not working on Mac

rgdgr8 opened this issue · comments

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:

  • OS: MacOS
  • Vim version: 8.2 (Homebrew installed vim)

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

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

#439 (comment)

Thanks!