283e6946fa
- Allows running the following from the command palette (Ctrl+;) - Update All Plugins: Updates all plugins - List All Plugins: Lists all installed plugins
12 lines
599 B
Lua
12 lines
599 B
Lua
-- ╭─────────────────────────────────────────────────────────╮
|
|
-- │ PLUGIN MANAGER │
|
|
-- ╰─────────────────────────────────────────────────────────╯
|
|
|
|
local M = {}
|
|
|
|
local wezterm = WEZTERM
|
|
|
|
PLUGIN_MGR = wezterm.plugin.require("https://gitlab.com/alecthegeek/wezterm-plugin-mgr.git")
|
|
|
|
return M
|