bufferline.nvim
bufferline.nvim copied to clipboard
[Bug]: vim.tbl_isarray is deprecated, use vim.isarray instead
Is there an existing issue for this?
- [X] I have searched the existing issues
What happened?
The issue is that...im.tbl_isarray is deprecated, use vim.isarray instead . Feature was removed in Nvim 0.10-dev
What did you expect to happen?
Expected behaviour Nvim 0.10 dev is showing error on startup
Config
return { "akinsho/bufferline.nvim", dependencies = { "nvim-tree/nvim-web-devicons" }, version = "*", opts = { options = { mode = "tabs", separator_style = "slant", }, }, }
Additional Information
...
commit
No response
Same issue here. @akinsho
Any fix on this?
The issue was already fixed at a6ad228f77c276a4324924a6899cbfad70541547 in main branch. Try removing version = "*"
.
@kjuq thanks a ton. works for me