Replace deprecated vim.tbl_islist usage in scripts/validate.lua.
Replace deprecated vim.tbl_islist usage in lua/project_search/templates.lua.
Notes
This removes the Neovim deprecation warning from make check output. Runtime behavior should remain unchanged because both call sites only check whether decoded JSON tables are list-like.
## Summary
- Replace deprecated `vim.tbl_islist` usage in `scripts/validate.lua`.
- Replace deprecated `vim.tbl_islist` usage in `lua/project_search/templates.lua`.
## Notes
This removes the Neovim deprecation warning from `make check` output. Runtime behavior should remain unchanged because both call sites only check whether decoded JSON tables are list-like.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
vim.tbl_islistusage inscripts/validate.lua.vim.tbl_islistusage inlua/project_search/templates.lua.Notes
This removes the Neovim deprecation warning from
make checkoutput. Runtime behavior should remain unchanged because both call sites only check whether decoded JSON tables are list-like.