You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielyaba I just ran into this issue also, I think the docs are semi incomplete, using packer.nvim I had to call the setup functions and that fixed it for me.
use {
"Zeioth/makeit.nvim",
requires={"stevearc/overseer.nvim"},
config=function()
require('overseer').setup()
require("makeit").setup {}
end
}
Hi,
I'm getting this error on all the plugin's commands
Also verified the plugin loaded successfully by Lazy
Regards,
Daniel Y.
The text was updated successfully, but these errors were encountered: