From 5a1812a6335e44d5599962081e7778ce8dcbaaf5 Mon Sep 17 00:00:00 2001 From: Aaron <79121360+UnrealApex@users.noreply.github.com> Date: Fri, 23 Dec 2022 05:58:11 -0800 Subject: [PATCH] Better terminology (#132) --- 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", }, }