From 863226d1d500c9f1bc2d84ff3e7d21b514e8a47d Mon Sep 17 00:00:00 2001 From: Marcelo F Andrade Date: Thu, 5 Feb 2026 22:45:09 -0300 Subject: [PATCH] feat: add lazydocker plugin (#1088) --- README.md | 1 + plugins/lazydocker | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/lazydocker diff --git a/README.md b/README.md index 9a06f9e4..6ff2298d 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | lane | [CodeReaper/asdf-lane](https://github.com/CodeReaper/asdf-lane) | | launchpad | [surskitt/asdf-launchpad](https://github.com/surskitt/asdf-launchpad) | | lazygit | [nklmilojevic/asdf-lazygit](https://github.com/nklmilojevic/asdf-lazygit) | +| lazydocker | [mfandrade/asdf-lazydocker](https://github.com/mfandrade/asdf-lazydocker) | | Lean | [asdf-community/asdf-lean](https://github.com/asdf-community/asdf-lean) | | Leiningen | [miorimmax/asdf-lein](https://github.com/miorimmax/asdf-lein) | | Lefthook | [jtzero/asdf-lefthook](https://github.com/jtzero/asdf-lefthook) | diff --git a/plugins/lazydocker b/plugins/lazydocker new file mode 100644 index 00000000..1e54c9cd --- /dev/null +++ b/plugins/lazydocker @@ -0,0 +1 @@ +repository = https://github.com/mfandrade/asdf-lazydocker.git