mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: symlinking local plugins is no longer needed
This commit is contained in:
parent
7b272b6ed6
commit
37c7366ab0
3 changed files with 25 additions and 50 deletions
|
@ -54,7 +54,6 @@ end
|
|||
function M.install(opts)
|
||||
M.run({
|
||||
pipeline = {
|
||||
"fs.symlink",
|
||||
"git.clone",
|
||||
"git.checkout",
|
||||
"plugin.docs",
|
||||
|
@ -72,7 +71,6 @@ function M.update(opts)
|
|||
opts = opts or {}
|
||||
M.run({
|
||||
pipeline = {
|
||||
"fs.symlink",
|
||||
"git.branch",
|
||||
"git.fetch",
|
||||
{ "git.checkout", lockfile = opts.lockfile },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue