diff --git a/plugin/openingh.lua b/plugin/openingh.lua index bdb78ea..63a4470 100644 --- a/plugin/openingh.lua +++ b/plugin/openingh.lua @@ -3,7 +3,7 @@ if vim.g.openingh then end vim.g.openingh = true -require("openingh").setup(true) +require("openingh").setup() vim.api.nvim_create_user_command("OpenInGHFile", function() require("openingh").openFile()