Skip to content

Commit

Permalink
docs: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jan 14, 2024
1 parent e602132 commit 5df1f28
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
Expand Down

0 comments on commit 5df1f28

Please sign in to comment.