Changes message warning for consistency

This commit is contained in:
pynappo 2024-01-28 15:10:29 -08:00
commit 657f0bb51c
No known key found for this signature in database

View file

@ -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)