mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

The root_markers field can now contain a table of tables (as of https://github.com/neovim/neovim/pull/33485) and :checkhealth will show an error in that case since Lua cannot concatenate a table of tables. Ensure that tables contain strings before concatenating and if not, fall back to using vim.inspect().