imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
870 stars 106 forks source link

What is the `generator` binary you are downloading and executing during install? #122

Closed volny closed 4 years ago

volny commented 4 years ago

Hi, I noticed during install you are downloading a binary from https://github.com/hardcoreplayers/ThinkVim/releases/download/$version and executing it. (e.g. https://github.com/hardcoreplayers/ThinkVim/releases/download/v0.1.3/generator-x86_64-linux)

What is this binary and where is the source code for it?

glepnir commented 4 years ago

@volny This binary will write the languages plugin into the .thinkvim.d/plugins.yaml according your choice.the binary file is in there https://github.com/hardcoreplayers/ThinkVim/releases code is https://github.com/hardcoreplayers/ThinkVim/tree/develop/cmd