bufferline.nvim icon indicating copy to clipboard operation
bufferline.nvim copied to clipboard

[Bug]: vim.tbl_isarray is deprecated, use vim.isarray instead

Open anoopd opened this issue 10 months ago • 2 comments

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

anoopd avatar Apr 27 '24 15:04 anoopd

Same issue here. @akinsho

Any fix on this?

leet0rz avatar Apr 29 '24 00:04 leet0rz

The issue was already fixed at a6ad228f77c276a4324924a6899cbfad70541547 in main branch. Try removing version = "*".

kjuq avatar Apr 29 '24 02:04 kjuq

@kjuq thanks a ton. works for me

lonkous avatar Apr 30 '24 15:04 lonkous