Problem: Neovim 0.11+ deprecated the table-based `vim.validate({...})`
form, producing warnings on every plugin load.
Solution: convert all `vim.validate` calls in `init()` to the new
positional `vim.validate(name, value, validator, optional_or_msg)` form.
|
||
|---|---|---|
| .. | ||
| commands.lua | ||
| conflict.lua | ||
| debug.lua | ||
| diff.lua | ||
| fugitive.lua | ||
| git.lua | ||
| health.lua | ||
| highlight.lua | ||
| init.lua | ||
| lib.lua | ||
| log.lua | ||
| merge.lua | ||
| parser.lua | ||