From 657f0bb51c5cdfa2138efff4c1a5df53c43c2824 Mon Sep 17 00:00:00 2001 From: pynappo Date: Sun, 28 Jan 2024 15:10:29 -0800 Subject: [PATCH] Changes message warning for consistency --- lua/lazy/core/plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/core/plugin.lua b/lua/lazy/core/plugin.lua index 99653a6..8bcb10b 100644 --- a/lua/lazy/core/plugin.lua +++ b/lua/lazy/core/plugin.lua @@ -369,7 +369,7 @@ function Spec:normalize(spec, results) spec["WARNING:"] = "-- Ignored keys below! --" self:warn( "This list of specs has extraneous keys - " - .. "they do not belong to any plugins, so they are currently unused by lazy.nvim:\n" + .. "they do not belong to any plugins, so they are currently ignored by lazy.nvim:\n" .. vim.inspect(spec, { depth = 2, process = function(item, path)