There's a closed pull request on the void-packages repository vim: add options for different build variants. https://github.com/void-linux/void-packages/pull/31871 Description: Our vim build support different configurations, but the template builds all of them by default. This is a problem if one just wants a "small" vim as the dependency chain is huge (featuring LLVM, MozJS, Rust, ...). Add three options to configure the builds: - x11 enables the X11-clipboard build - gtk3 enables gvim - huge enables language interpreters (disabled for cross) Should have no functional difference, maintenance overhead is neglegible. I cleaned up some flags that got removed in 2019. cc @NeelChotai