feat: implement plugin manager

- Allows running the following from the command palette (Ctrl+;)
  - Update All Plugins: Updates all plugins
  - List All Plugins: Lists all installed plugins
This commit is contained in:
2024-10-05 04:48:32 -04:00
parent 7ed6e33864
commit 283e6946fa
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -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
+1
View File
@@ -9,6 +9,7 @@ local plugins = {
"resurrect",
"smart_splits",
"tabline",
"plugin_mgr",
}
-- Load all plugins