chore: add setup method internaly
This commit is contained in:
parent
535f44a2e9
commit
52a0828d77
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ 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
Reference in a new issue