Like maybe having the Android Terminal Emulator/Touch Layer access a chrooted Vim instead of the NDK port.
I'm asking this because I want to set up a complete Vim environment with plugin's (eg. YouCompleteMe)
and their dependencies (Clang/LLVM, Python, Node.js etc.) without them needing real root access. I figure the fastest way to do this is via something like proot but I'd still want it to use the touchscreen like Vim Touch.
Any tips advice you can give me about how this can be done would be helpful.