From 9846e246fff70d5be8af2152313f2642c607cef5 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 7 Oct 2024 13:33:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Quickfix(plugin-mgr):=20temporar?= =?UTF-8?q?ily=20disable=20plugin=20manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporarily disable plugin manager, pending some bugfixes: - Startup time: Maybe refreshing plugins at startup? - Debug logging: Is rather verbose in debug output --- plugs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugs.lua b/plugs.lua index daf921f..49a2ada 100644 --- a/plugs.lua +++ b/plugs.lua @@ -9,7 +9,7 @@ local plugins = { "resurrect", "smart_splits", "tabline", - "plugin_mgr", + --"plugin_mgr", } -- Load all plugins