chore: implement OpenInGhRepo with utils

This commit is contained in:
Ali Almohaya 2022-09-26 02:09:22 +03:00
parent ba9664ce7b
commit 095ff55a15
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0
3 changed files with 106 additions and 23 deletions

View file

@ -3,8 +3,6 @@ if vim.g.openingh then
end
vim.g.openingh = true
require("openingh").setup()
vim.api.nvim_create_user_command("OpenInGHFile", function()
require("openingh").openFile()
end, {})