From 4b4ccdb16a6ec14825e40605cb820b3d2582bddf Mon Sep 17 00:00:00 2001 From: Wil Thomason Date: Thu, 22 Dec 2022 11:15:47 -0600 Subject: [PATCH] docs: Add migration for tag = '*' from packer (#105) * Add migration for tag = '*' from packer Adds a missing migration point from `packer` * Add note about disable vs enabled --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14a0403..fca7a0c 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,8 @@ For a real-life example, you can check my personal dots: - `opt` ➡️ `lazy` - `run` ➡️ `build` - `lock` ➡️ `pin` +- `disable = true` ➡️ `enabled = false` +- `tag = '*'`/other uses of SemVer ➡️ 'version` - `module` is auto-loaded. No need to specify ### [paq-nvim](https://github.com/savq/paq-nvim)