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:
@@ -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
|
||||
Reference in New Issue
Block a user