Get rid of camelCasing

This commit is contained in:
PlaiyTiziano 2023-04-08 20:30:49 +02:00
parent faf75f3e0a
commit 01974bb315
3 changed files with 5 additions and 5 deletions

View file

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