diff --git a/plugin/openingh.lua b/plugin/openingh.lua index e61cd7a..b0a96f6 100644 --- a/plugin/openingh.lua +++ b/plugin/openingh.lua @@ -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, {})