You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.10.0-dev-43b0e27
Operating system/version
linux, debian 11
Describe the bug
The lazy.nvim configuration docs include the key 'submodules', but the health check flags this key as invalid and warns about its usage.
Also, I diffed the list of configuration keys in the docs against the valid keys list in lua/lazy/health.lua and found 2 keys that are allowed by health check but undocumented;
These are: deactivate, import. I don't know if this is considered a bug, just FYI.
lazy: require("lazy.health").check()
lazy.nvim
- OK Git installed
- OK no existing packages found by other package managers
- OK packer_compiled.lua not found
- WARNING {aerial.nvim}: unknown key <submodules>
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.0-dev-43b0e27
Operating system/version
linux, debian 11
Describe the bug
The lazy.nvim configuration docs include the key 'submodules', but the health check flags this key as invalid and warns about its usage.
Also, I diffed the list of configuration keys in the docs against the valid keys list in
lua/lazy/health.lua
and found 2 keys that are allowed by health check but undocumented;These are:
deactivate
,import
. I don't know if this is considered a bug, just FYI.Steps To Reproduce
:checkhealth lazy
Expected Behavior
Expected: no errors from
:checkhealth lazy
Actual:
Repro
The text was updated successfully, but these errors were encountered: