local M = {} function M.plugin_should_be_enabled() print("Plugin should be enabled") end return M