norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.23k stars 117 forks source link

Fix deprecation warning for tbl_flatten #103

Open topaxi opened 2 months ago

topaxi commented 2 months ago

Newer nvim versions have an iter interface to several table/list operations and deprecated tbl_flatten.

This should fix the deprecation warning in a backwards compatible fashion.