chore: add setup method internaly

This commit is contained in:
Ali Almohaya 2022-09-26 23:53:18 +03:00
parent 535f44a2e9
commit 52a0828d77
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0

View file

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