nvim-test icon indicating copy to clipboard operation
nvim-test copied to clipboard

vim.treesitter.query.set_query() is deprecated warning

Open WTFox opened this issue 2 years ago • 0 comments

The latest version of neovim is throwing the following deprecation warning.

Warn  10:55:20 notify.warn vim.treesitter.query.set_query() is deprecated, use vim.treesitter.query.set() instead. :help deprecated

This feature will be removed in Nvim version 0.10

WTFox avatar Apr 11 '23 18:04 WTFox