fix(health): add new key priority to :checkhealth lazy (#196)

This commit is contained in:
Darkhan 2022-12-27 23:03:09 +00:00 committed by GitHub
parent 9ab61b3479
commit dc03fa1ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@ function M.check()
"keys", "keys",
"ft", "ft",
"dir", "dir",
"priority",
"_", "_",
} }
for _, plugin in pairs(Config.plugins) do for _, plugin in pairs(Config.plugins) do