diff --git a/README.md b/README.md index d29e2a1..6a4fdd2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ require("lazy").setup({ dependencies = { "nvim-lua/plenary.nvim", }, + -- setting the keybinding for LazyGit with 'keys' is recommended in + -- order to load the plugin when the command is run for the first time + keys = { + { "lg", "LazyGit", desc = "LazyGit" } + } }, }) ```