romgrk / barbar.nvim

The neovim tabline plugin.
2.16k stars 81 forks source link

`vim.tbl_islist` is deprecated #580

Closed weskoerber closed 1 month ago

weskoerber commented 1 month ago

Neovim version:

❯ nvim --version
NVIM v0.11.0-dev-13+g5f9e7edae
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info

Upon starting neovim, I get this message:

vim.tbl_islist is deprecated, use vim.islist instead. :help deprecated                                                                                                                                                                    
Feature will be removed in Nvim 0.12                                                                                                                                                                                                      
Press ENTER or type command to continue

See: