diff --git a/plugins/plugin_mgr.lua b/plugins/plugin_mgr.lua new file mode 100644 index 0000000..c7d445d --- /dev/null +++ b/plugins/plugin_mgr.lua @@ -0,0 +1,11 @@ +-- ╭─────────────────────────────────────────────────────────╮ +-- │ PLUGIN MANAGER │ +-- ╰─────────────────────────────────────────────────────────╯ + +local M = {} + +local wezterm = WEZTERM + +PLUGIN_MGR = wezterm.plugin.require("https://gitlab.com/alecthegeek/wezterm-plugin-mgr.git") + +return M diff --git a/plugs.lua b/plugs.lua index 71eb5d5..daf921f 100644 --- a/plugs.lua +++ b/plugs.lua @@ -9,6 +9,7 @@ local plugins = { "resurrect", "smart_splits", "tabline", + "plugin_mgr", } -- Load all plugins