typescript-tools.nvim icon indicating copy to clipboard operation
typescript-tools.nvim copied to clipboard

fix: deprecated warnings

Open notomo opened this issue 1 year ago • 2 comments

Fix: https://github.com/pmizio/typescript-tools.nvim/issues/266

This PR will fix not to use the following deprecated api.

  • vim.tbl_add_reverse_lookup()
  • vim.tbl_islist()
  • vim.lsp.get_active_clients()

📝 https://neovim.io/doc/user/deprecated.html#deprecated-0.10

notomo avatar May 17 '24 12:05 notomo

Tested and it doesn't seem to cause issues based on my basic testing

krypciak avatar May 17 '24 16:05 krypciak

It should be merged!

pedro757 avatar May 20 '24 12:05 pedro757