rm unused hook

This commit is contained in:
siduck 2022-01-06 22:30:48 +05:30
parent 4c88eaec49
commit 0a546e4720
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ local hooks, M = {}, {}
local allowed_hooks = {
["install_plugins"] = true,
["setup_mappings"] = true,
["ready"] = true,
}
M.add = function(name, fn)