--============================================================================= -- plugins.lua --- plugin manager -- Copyright (c) 2016-2019 Wang Shidong & Contributors -- Author: Wang Shidong < wsdjeg@outlook.com > -- URL: https://spacevim.org -- License: GPLv3 --============================================================================= local M = {} function M.load() end local function load_plugins() end local function getLayerPlugins(layer) end local function loadLayerConfig(layer) end local plugins_argv = {'-update', '-openurl'} function M.complete_plugs(ArgLead, CmdLine, CursorPos) end function M.Plugin(...) end local function disable_plugins(plugin_list) end function M.get(...) end local function install_manager() end install_manager() function M.begin(path) end -- can not use M.end function M._end() end function M.defind_hooks(bundle) end function M.fetch() end local plugins = {} local function parser(args) end vim.g._spacevim_plugins = {} function M.add(repo, ...) end function M.tap(plugin) end function M.enable_plug() end function M.loadPluginBefore(plugin) end return M