From 93434c35ce937e4872f965748def88cf7282b7dd Mon Sep 17 00:00:00 2001 From: Laurent Vauthrin Date: Wed, 22 Mar 2023 13:41:15 -0400 Subject: [PATCH] Switched to dot notation to be consistent --- plugin/openingh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/openingh.lua b/plugin/openingh.lua index 8187157..43a09bf 100644 --- a/plugin/openingh.lua +++ b/plugin/openingh.lua @@ -16,5 +16,5 @@ end, { }) vim.api.nvim_create_user_command("OpenInGHRepo", function() - openingh:openRepo() + openingh.openRepo() end, {})