New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/21733#issuecomment-697728065 Comment: > If you're not using vim, manage the mapping manually. You can even noextract vim directories if it bothers you to have them. Vim plugins "taking up space" isn't the issue, it's not having neovim ones. We are already treating the vim plugin specially, by installing it manually in the template. By https://github.com/junegunn/fzf/blob/master/README-VIM.md#fzf-inside-terminal-buffer, `fzf` upstream expects the plugin to also work for neovim, so IMO it's our responsibility as packagers to ship it for all our vim alternatives. `neovim` upstream should ideally have a way of importing plugins from vim directories, but I don't think waiting for a resolution on that should be a blocker.