bpdp / vim-java

Skeleton of Vim for Java development + Gradle
55 stars 3 forks source link

javacomplete #1

Open twmht opened 10 years ago

twmht commented 10 years ago

hi,

Do you have any ideas about integrating javacomplete and its dependency nailgun work together.

I have installed nailgun and start its server, but javacomplete still not work.

Since there is little doc about integrating both together, so I want to ask this question:)

Thank you.

bpdp commented 10 years ago

hi, what are you trying to achieve? If I am not mistaken, both has different purpose.

twmht commented 10 years ago

hi,

Since javacomplete need nailgun to work properly, I have no idea about how to configure nailgun in vimrc file.

If I do not configure that, it will show something like

nailgun_port has not been set

Therefore, I am wondering how you use nailgun together with javacomplete. For example, do I need to start nailgun server before I use vim?

Thank you!

wsdjeg commented 8 years ago

@twmht @bpdp can you try with https://github.com/artur-shaik/vim-javacomplete2, it will works better in neovim + deoplete.nvim here is my vimrc for java https://github.com/wsdjeg/DotFiles