Switched to dot notation to be consistent
This commit is contained in:
parent
3f8a4b6b5d
commit
93434c35ce
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ end, {
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_user_command("OpenInGHRepo", function()
|
vim.api.nvim_create_user_command("OpenInGHRepo", function()
|
||||||
openingh:openRepo()
|
openingh.openRepo()
|
||||||
end, {})
|
end, {})
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue