diffs.nvim/lua
Barrett Ruth 1fb906824f
fix(init): migrate vim.validate to positional parameter API
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.
2026-03-05 23:17:48 -05:00
..
diffs fix(init): migrate vim.validate to positional parameter API 2026-03-05 23:17:48 -05:00