error de sintaxis
This commit is contained in:
parent
28547d2d07
commit
6d256b32c7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ vim.g.openingh = true
|
|||
require("openingh").setup()
|
||||
|
||||
vim.api.nvim_create_user_command("OpenInGHFile", function()
|
||||
require("openingh").openFile()
|
||||
require("openingh"):openFile()
|
||||
end, {})
|
||||
|
||||
vim.api.nvim_create_user_command("OpenInGHRepo", function()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue