fix: fix "Command X not found after loading gopher.nvim"
This commit is contained in:
parent
e7a440acff
commit
f3f5e22765
3 changed files with 78 additions and 74 deletions
|
|
@ -114,6 +114,10 @@ function config.setup(user_config)
|
|||
["iferr"] = { _config.iferr, "table" },
|
||||
["iferr.message"] = { _config.iferr.message, "string", true },
|
||||
}
|
||||
|
||||
if _config.setup_commands then
|
||||
require("gopher.commands").register()
|
||||
end
|
||||
end
|
||||
|
||||
---@return boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue