norcalli / nvim-colorizer.lua

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

Bug: `vim.tbl_flatten` is deprecated in latest Neovim #100

Open hood opened 3 months ago

hood commented 3 months ago

Describe the bug As Neovim reports upon loading the plugin:

vim.tbl_flatten is deprecated, use vim.iter(…):flatten():totable() instead.

To Reproduce Use the plugin in versions of Neovim after commit 2088521263d3bf9cfd23729adb1a7d152eaab104.

Expected behavior The plugin should use non-deprecated vim functions.

Screenshots

Operating System:

Neovim Version: 0.10

Colorizer Version: a065833f35a3a7cc3ef137ac88b5381da2ba302e

Additional context