rm unused hook
This commit is contained in:
parent
4c88eaec49
commit
0a546e4720
|
@ -3,7 +3,6 @@ local hooks, M = {}, {}
|
||||||
local allowed_hooks = {
|
local allowed_hooks = {
|
||||||
["install_plugins"] = true,
|
["install_plugins"] = true,
|
||||||
["setup_mappings"] = true,
|
["setup_mappings"] = true,
|
||||||
["ready"] = true,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
M.add = function(name, fn)
|
M.add = function(name, fn)
|
||||||
|
|
Loading…
Reference in New Issue