Julio
Julio
@sharat87 If you want an example, use ``` Transfer-Encoding: chunk POST http://localhost:3030 ``` You could see in the `__roast-headers__` window that an header with `Content-Length` was appended. As I said...
Please, how do you use Eclim in NeoVim. I'm on Arch Linux, and with the same Vimrc, Eclim works fine with Vim, but not with Neovim. Eclim is not loaded...
@justinmk I followed https://neovim.io/doc/user/nvim_from_vim.html : ~/.nvimrc and ~/.nvim are symbolic links, and I use some « if [!]has('nvim') » to use Deoplete in Neovim and Neocomplete in Vim. If I...
@phcerdan, thanks, but is not the problem because when I use a minimalistic .vimrc, I have the same error. I think I've found the bug. When you install Eclim with...
Finally, I've found the problem, under Arch Linux, you **must** install the [Aur package](https://aur.archlinux.org/packages/eclim/). Then, `ln -s /usr/share/vim/vimfiles/{eclim, plugin} ~/.vim`. On my comuputers on Archlinux, there is a problem with...
I've seen there is a problem with interactive Java programs, and Java programms with infinite loops. We can see on https://github.com/neovim/neovim/wiki/Troubleshooting « Interactive commands are supported by the :terminal command...
@tnguyen14 just sanity check, have you follow `:help nvim-from-vim` ?
@componhead Eclim works perfectly with Neovim. Have you seen `:help nvim-from-vim` ?
@componhead , in your file `eclim-issue.txt`, at line 8, we could read "`java.io.IOException: Cannot run program "gvim": error=2, No such file or directory`" Probably eclim neads gvim to be installed....
@componhead. With Eclipse Oxygen, you must use Eclim 2.7.0 and not Eclim 2.6.0 as you have done (see lines 23 and 24 of your file). See http://eclim.org/install.html.