mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
formatting fix
This commit is contained in:
parent
b18b60cd45
commit
3ba3240240
1 changed files with 2 additions and 1 deletions
|
@ -370,7 +370,8 @@ function Spec:normalize(spec, results)
|
||||||
-- HACK: Uses hashing order to insert the warning after integer keys, but before the rest of LazySpec's string keys
|
-- HACK: Uses hashing order to insert the warning after integer keys, but before the rest of LazySpec's string keys
|
||||||
spec["WARNING:"] = "-- Ignored keys below! --"
|
spec["WARNING:"] = "-- Ignored keys below! --"
|
||||||
self:warn(
|
self:warn(
|
||||||
"This list of specs has extraneous keys - these will not be processed by lazy.nvim as they do not belong to any plugins: "
|
"This list of specs has extraneous keys - "
|
||||||
|
.. "these will not be processed by lazy.nvim as they do not belong to any plugins:\n"
|
||||||
.. vim.inspect(spec, { depth = 2, process = processor })
|
.. vim.inspect(spec, { depth = 2, process = processor })
|
||||||
.. "\n"
|
.. "\n"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue