akinsho / bufferline.nvim

A snazzy bufferline for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anoopd opened this issue · comments

commented

Is there an existing issue for this?

  • 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?

commented

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

@kjuq thanks a ton. works for me