chore: remove obsolete git opts from minimal.lua

...now that @Conni2461 did some spring cleaning on plenary ;)
This commit is contained in:
Christian Clason
2021-08-13 15:47:16 +02:00
committed by GitHub
parent ec5b6abbe0
commit f1a27baf27

View File

@@ -69,10 +69,6 @@ body:
package_root = package_root,
compile_path = install_path .. '/plugin/packer_compiled.lua',
display = { non_interactive = true },
git = {
subcommands = { install = 'clone --depth 1 --progress' },
default_url_format = 'git://github.com/%s',
},
},
}
end