local M = {} function M.setup() require("leap").add_default_mappings() end -- (something) -- something return M