mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: Plugin.uri
=> Plugin.url
This commit is contained in:
parent
43b303bd8f
commit
4cfe0b5315
8 changed files with 27 additions and 27 deletions
|
@ -51,7 +51,7 @@ M.clone = {
|
|||
run = function(self)
|
||||
local args = {
|
||||
"clone",
|
||||
self.plugin.uri,
|
||||
self.plugin.url,
|
||||
"--filter=blob:none",
|
||||
"--recurse-submodules",
|
||||
"--single-branch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue