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