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", +}