chore: remove bool in setup method
This commit is contained in:
parent
1b9ffd248e
commit
70c62f1bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue