From 70c62f1bcb403f2237cb91b74b28b9b615cb9788 Mon Sep 17 00:00:00 2001 From: Ali Almohaya Date: Sun, 25 Sep 2022 23:40:36 +0300 Subject: [PATCH] chore: remove bool in setup method --- plugin/openingh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()