Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecations warnings for vim.tbl_islist #414

Open
cwebster2 opened this issue May 17, 2024 · 0 comments
Open

Deprecations warnings for vim.tbl_islist #414

cwebster2 opened this issue May 17, 2024 · 0 comments

Comments

@cwebster2
Copy link

NVIM v0.11.0-dev-4+ga66424617

vim.tbl_islist is deprecated, use vim.islist instead. :help deprecated
Feature will be removed in Nvim 0.12
stack traceback:
        vim/shared.lua: in function 'tbl_islist'
        ...on-lspconfig.nvim/lua/mason-lspconfig/lspconfig_hook.lua:42: in function 'fn'

if type(t1[k]) == "table" and not vim.tbl_islist(t1[k]) then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant