mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat!: renamed Plugin.run => Plugin.build
This commit is contained in:
parent
ec4199bada
commit
042aaa4f87
4 changed files with 15 additions and 13 deletions
|
@ -59,7 +59,7 @@ function M.install(opts)
|
|||
"git.checkout",
|
||||
"plugin.docs",
|
||||
"wait",
|
||||
"plugin.run",
|
||||
"plugin.build",
|
||||
},
|
||||
plugins = function(plugin)
|
||||
return plugin.uri and not plugin._.installed
|
||||
|
@ -78,7 +78,7 @@ function M.update(opts)
|
|||
{ "git.checkout", lockfile = opts.lockfile },
|
||||
"plugin.docs",
|
||||
"wait",
|
||||
"plugin.run",
|
||||
"plugin.build",
|
||||
{ "git.log", updated = true },
|
||||
},
|
||||
plugins = function(plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue