Added support for Voom for Vim packages (#232)
This commit is contained in:
committed by
Roey Darwish Dror
parent
f6ca350ebc
commit
b9125f88a9
@@ -386,6 +386,12 @@ fn run() -> Result<(), Error> {
|
||||
|| vim::upgrade_neovim(&base_dirs, run_type),
|
||||
config.no_retry(),
|
||||
)?;
|
||||
execute(
|
||||
&mut report,
|
||||
"voom",
|
||||
|| vim::run_voom(&base_dirs, run_type),
|
||||
config.no_retry(),
|
||||
)?;
|
||||
}
|
||||
|
||||
if config.should_run(Step::Node) {
|
||||
|
||||
Reference in New Issue
Block a user