From 9ee5c9bd27218b98eb64142b8ac6fe312ba888a7 Mon Sep 17 00:00:00 2001 From: Tristan Knight Date: Thu, 4 Jan 2024 21:18:27 +0000 Subject: [PATCH] docs: README update (#74) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 252a40a..82e695d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ Installation instructions to follow, but as usual with package managers ```lua return { "tris203/hawtkeys.nvim", - config = true, + dependencies = { "nvim-lua/plenary.nvim" }, + config = { + -- an empty table will work for default config + --- if you use functions, or whichky, or lazy to map keys + --- then please see the API below for options + }, } ``` @@ -18,7 +23,7 @@ return { ### Searching New Keymaps -There are two interfaces to hawtkeys, the first allows you to Search For Keymaps: +There are three interfaces to hawtkeys, the first allows you to Search For Keymaps: ``` :Hawtkeys