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
+1
View File
@@ -9,6 +9,7 @@ local plugins = {
"resurrect",
"smart_splits",
"tabline",
"plugin_mgr",
}
-- Load all plugins