Closed chasing-freedom closed 6 months ago
I upgrade to 0.10 for the first time. I already thinking of this. I worried that if I removed these deprecated functions, users who have not upgraded can't use tabby.nvim.
For the workaround, you can add this to your config to disable deprecated notifications.
vim.deprecate = function() end
I will find way to avoid notifications and not break compatibility.
Warning Message in Neovim
The official website [ docs link ](https://neovim.io/doc/user/deprecated.html#vim.tbl_islist()) about this issue.