diff --git a/lua/core/hooks.lua b/lua/core/hooks.lua index 9f394ce..a4f9be3 100644 --- a/lua/core/hooks.lua +++ b/lua/core/hooks.lua @@ -3,7 +3,6 @@ local hooks, M = {}, {} local allowed_hooks = { ["install_plugins"] = true, ["setup_mappings"] = true, - ["ready"] = true, } M.add = function(name, fn)