Skip to content

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

@hood

Description

@hood

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions