Skip to content

Commit

Permalink
chore(docs): autogenerate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy authored and github-actions[bot] committed Jan 15, 2024
1 parent f5bbecf commit 8bce74c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/hawtkeys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
Expand Down

0 comments on commit 8bce74c

Please sign in to comment.