From 15b5b9442281f7e17ec2fb7bb81f124267097a97 Mon Sep 17 00:00:00 2001 From: XXiaoA <62557596+XXiaoA@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:02:46 +0800 Subject: [PATCH] docs: Add migration for config from packer (#227) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5896d61..1932126 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,7 @@ For a real-life example, you can check my personal dots: - `tag='*'` ➡️ `version="*"` - `after` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise. - `wants` ℹ️ **_not needed_** for most use-cases. Use `dependencies` otherwise. +- `config` don't support string type, use `fun(LazyPlugin)` instead. - `module` is auto-loaded. No need to specify - `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)