mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +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
|
||||
spec["WARNING:"] = "-- Ignored keys below! --"
|
||||
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 })
|
||||
.. "\n"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue