artur-shaik / vim-javacomplete2

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

JavaComplete2 Installation #456

Closed mlthati closed 3 years ago

mlthati commented 3 years ago

Dear Sir I am not able to add Javacomplete2 plugin to my vim. Please help me. I enclosed the .vimrc file along with

-Madhubabu vimrc.txt

artur-shaik commented 3 years ago

You need, at least this line in your vimrc: Plugin 'artur-shaik/vim-javacomplete2'. Also you need completion manager like YouCompleteMe or deoplete.

May be you should try to use https://github.com/SpaceVim/SpaceVim/ first. Or try to find tutorial for completion functionallity in vim.