diff --git a/doc/hawtkeys.txt b/doc/hawtkeys.txt index 456b1aa..cde9564 100644 --- a/doc/hawtkeys.txt +++ b/doc/hawtkeys.txt @@ -25,12 +25,16 @@ INSTALLATION *hawtkeys-hawtkeys.nvim-installation* 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 }, }