Open ApolloBian opened 4 years ago
According to the errors above, I suspect that both plugins require a background daemon (which in turn required to be compiled by cmake
or clang
) to run.
Unfortunately since iOS forbids users to launch processes themselves, the compile it elsewhere then copy to the proper location
idea would not work.
I have started using iVim for a few days and have configured it to the point where it is almost identical to my desktop setup. However, one thing that I cannot get working is YouCompleteme, since it requires to compile ycmd.
I also tried to use vim-lsp and got stuck installing pyls with this error:
Are there any workarounds, e.g. is it possible to compile it elsewhere using a PC and copy to the proper location in order to make YCM or pyls to work?