From 5df1f2822c214c0024a5d4586a860b9bd853415a Mon Sep 17 00:00:00 2001 From: tris203 Date: Sun, 14 Jan 2024 20:15:06 +0000 Subject: [PATCH] docs: update deps --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82e695d..87419a5 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,16 @@ It takes into consideration keyboard layout, easy-to-press combinations and memo Installation instructions to follow, but as usual with package managers ```lua + return { "tris203/hawtkeys.nvim", - dependencies = { "nvim-lua/plenary.nvim" }, + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-treesitter/nvim-treesitter", + }, config = { -- an empty table will work for default config - --- if you use functions, or whichky, or lazy to map keys + --- if you use functions, or whichkey, or lazy to map keys --- then please see the API below for options }, }