mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-01 02:28:48 +00:00
chore: remove obsolete git opts from minimal.lua
...now that @Conni2461 did some spring cleaning on plenary ;)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user