From f7e8c4e7cf687a081a92870b7082f277968ac607 Mon Sep 17 00:00:00 2001 From: Aaron <79121360+UnrealApex@users.noreply.github.com> Date: Fri, 23 Dec 2022 05:49:40 -0800 Subject: [PATCH] Better terminology --- lua/lazy/view/sections.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/view/sections.lua b/lua/lazy/view/sections.lua index 5352c00..59f3a1b 100644 --- a/lua/lazy/view/sections.lua +++ b/lua/lazy/view/sections.lua @@ -90,6 +90,6 @@ return { filter = function(plugin) return plugin._.installed end, - title = "Installed", + title = "Not Loaded", }, }