global pak#

visimp’s in-house plugin manager


methods#


M.register#


function M.register(args: (string|string[]|table)) ->  nil

@param args - Either a string or a list or a table which represents a valid object data type

M.any_missing#


function M.any_missing() -> result boolean

@return result - True if packages are missing

M.list#


function M.list() ->  nil

M.install#


function M.install(cb: function) ->  nil

@param cb - A callback which is called after the installation has completed

M.update#


function M.update(cb) ->  nil

M.clean#


function M.clean() ->  nil

M.run#


function M.run(cmd: string) ->  nil

@param cmd - The method name

Runs a package manager command setting up the visual menu