From 057710006518383f0d58f0b5d4c139cee07a9612 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Tue, 2 May 2023 13:25:28 +0900 Subject: [PATCH] feat(git): add openingh (#178) --- lua/astrocommunity/git/openingh/README.md | 5 +++++ lua/astrocommunity/git/openingh/openingh.lua | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 lua/astrocommunity/git/openingh/README.md create mode 100644 lua/astrocommunity/git/openingh/openingh.lua diff --git a/lua/astrocommunity/git/openingh/README.md b/lua/astrocommunity/git/openingh/README.md new file mode 100644 index 000000000..7fcabfeb1 --- /dev/null +++ b/lua/astrocommunity/git/openingh/README.md @@ -0,0 +1,5 @@ +# openingh.nvim + +**Repository:** + +Opens the current file or project page in GitHub. diff --git a/lua/astrocommunity/git/openingh/openingh.lua b/lua/astrocommunity/git/openingh/openingh.lua new file mode 100644 index 000000000..4911848d4 --- /dev/null +++ b/lua/astrocommunity/git/openingh/openingh.lua @@ -0,0 +1,4 @@ +return { + "almo7aya/openingh.nvim", + event = "User AstroGitFile", +}