Switched to dot notation to be consistent

This commit is contained in:
Laurent Vauthrin 2023-03-22 13:41:15 -04:00
parent 3f8a4b6b5d
commit 93434c35ce

View file

@ -16,5 +16,5 @@ end, {
})
vim.api.nvim_create_user_command("OpenInGHRepo", function()
openingh:openRepo()
openingh.openRepo()
end, {})