jfpedroza / neotest-elixir

Neotest adapter for Elixir
MIT License
41 stars 10 forks source link

Do not use deprecated vim.tbl_flatten() #36

Open soundmonster opened 3 months ago

soundmonster commented 3 months ago

Replaces vim.tbl_flatten({...}) with vim.iter({...}):flatten():totable()