Cleanup echo

This commit is contained in:
Andy K. Massimino
2021-12-27 12:22:05 -05:00
parent b21ef29c08
commit 3d3e6c5472
5 changed files with 24 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ local function do_setup(opts, validate)
end
end
function additional_setup()
require'match-up.which-key'.setup_which_key()
end
function M.setup(opts)
local sync = opts.sync
if sync then
@@ -19,6 +23,8 @@ function M.setup(opts)
end
do_setup(opts, sync)
additional_setup()
end
return M