Closed suliveevil closed 2 years ago
https://github.com/nickspoons/vim-hotfuzz Dep: https://github.com/sharkdp/fd
https://github.com/itchyny/vim-gof Dep: https://github.com/mattn/gof
YouCompleteMe
Do all of those actually require rust / go / or cmake, or is it only required to compile during install? If the latter, the binary could be pre-compiled and then installed without bringing the entire build deps.
language environment is actually required by plugins write with certain language.
make cmake are required to compile during install.
wasm is what a-Shell using.
If the latter, the binary could be pre-compiled and then installed without bringing the entire build deps.
Do all of those actually require rust / go / or cmake, or is it only required to compile during install? If the latter, the binary could be pre-compiled and then installed without bringing the entire build deps.
Due to the restriction of iOS systems, even the pre-compiled binaries need to be integrated into the main one (or some even needs certain modification) to run. Code that needs compiling to binaries is different from scripting languages like Python (wasm
is closer to Python
in this respect). So this is more difficult than it looks.
+1 for ruby
can we get ruby so it is a scripting language like python
Would those be possible?
a-Shell can install wasm like Vim install plugin. There are some awesome plugins using ruby golang rust. I want ivish can have those feature/use those plugins too!