11

Is it possible to run Eclim daemon on the remote server or share a volume to allow communication between the Vim container and the Eclipse + Eclim daemon?

I have a tiny Docker image with my Vim based development environment and I don't want to bloat it with Eclipse, but it will be nice to have Eclim features available.

JAre
  • 4,666
  • 3
  • 27
  • 45
  • 2
    Consider asking on the [eclim-user](https://groups.google.com/forum/#!forum/eclim-user) mailing list? – FDinoff Jul 05 '15 at 17:24
  • @FDinoff thx I'll try. https://groups.google.com/forum/#!topic/eclim-user/JZ_NKiuI-gI – JAre Jul 05 '15 at 18:03

1 Answers1

4

No this isn't currently possible.

As the project owner, Eric Van Dewoestine, said in response to your question in the mailing list.

Eclim doesn't currently support having the daemon running on a different machine/vm than the client (vim).

Martin Smith
  • 438,706
  • 87
  • 741
  • 845
Himanshu Mishra
  • 8,510
  • 12
  • 37
  • 74