ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
1.98k stars 53 forks source link

vim.tbl_flatten is deprecated in Neovim 0.10 #330

Closed kyoh86 closed 1 month ago

kyoh86 commented 1 month ago

see: https://neovim.io/doc/user/deprecated.html#vim.tbl_flatten()

https://github.com/ray-x/lsp_signature.nvim/blob/2ec2ba23882329c1302dff773b0d3620371d634f/lua/lsp_signature/init.lua#L20

We should use vim.iter({...}):flatten:totable() instead.

ray-x commented 1 month ago

Closed in the latest version.