fix(plugin): fix command name for :GoIfErr

This commit is contained in:
Oleksandr Smirnov 2025-03-21 16:38:07 +02:00
parent ada9e1461d
commit b49175cd34
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ if c.setup_commands then
vim.cmd("tabnew " .. require("gopher._utils.log").get_outfile())
end, { nargs = 0 })
vim.api.nvim_create_user_command("GoIferr", function()
vim.api.nvim_create_user_command("GoIfErr", function()
require("gopher").iferr()
end, { nargs = 0 })