mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Changes message warning for consistency
This commit is contained in:
parent
76f3da8471
commit
657f0bb51c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue