From 3de74abae2c41ad9a867e9b574880725da802115 Mon Sep 17 00:00:00 2001 From: Wil Thomason Date: Thu, 22 Dec 2022 16:43:01 +0000 Subject: [PATCH] Add migration for tag = '*' from packer Adds a missing migration point from `packer` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a0403..e96328c 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ For a real-life example, you can check my personal dots: - `opt` ➡️ `lazy` - `run` ➡️ `build` - `lock` ➡️ `pin` +- `tag = '*'`/other uses of SemVer ➡️ 'version` - `module` is auto-loaded. No need to specify ### [paq-nvim](https://github.com/savq/paq-nvim)