diff --git a/README.md b/README.md index d71de28..b3feccb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,30 @@ require("packer").startup(function() end) ``` +#### Example with lazyvim + +```lua +return { + { + "https://gitea.gwairfelin.com/max/openingh.nvim", + keys = { + { + "gB", + "OpenInGHFile!", + desc = "Open this file in the git remote", + }, + { + "gB", + "'<,'>OpenInGHFileLines!", + desc = "Open these lines in the git remote", + mode = "v", + }, + }, + }, +} + +``` + ## Commands - `:OpenInGHRepo`