chore: remove bool in setup method

This commit is contained in:
Ali Almohaya 2022-09-25 23:40:36 +03:00
parent 1b9ffd248e
commit 70c62f1bcb
No known key found for this signature in database
GPG key ID: 4B80BC43FC6007E0

View file

@ -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()