From 9f5637f1d7112637df29ca1104540874e9c84b72 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 13 Oct 2023 13:14:39 +0200 Subject: [PATCH] docs: another LazyKeys reference. Fixes #1109 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86cc9ef..9fcf781 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ when doing `colorscheme foobar`. #### ⌨️ Lazy Key Mappings The `keys` property can be a `string` or `string[]` for simple normal-mode mappings, or it -can be a `LazyKeys` table with the following key-value pairs: +can be a `LazyKeysSpec` table with the following key-value pairs: - **[1]**: (`string`) lhs **_(required)_** - **[2]**: (`string|fun()`) rhs **_(optional)_**