feat: symlinking local plugins is no longer needed

This commit is contained in:
Folke Lemaitre 2022-12-03 15:31:21 +01:00
parent 7b272b6ed6
commit 37c7366ab0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 25 additions and 50 deletions

View file

@ -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 },