chore: implement OpenInGhRepo with utils
This commit is contained in:
parent
ba9664ce7b
commit
095ff55a15
3 changed files with 106 additions and 23 deletions
|
|
@ -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, {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue