From 763b730ee9842a69643bac836947d1ad567133d2 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 22 Oct 2024 10:29:08 +0100 Subject: [PATCH] Update the readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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`