We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thanks for the great plugin.
I'm getting a deprecation warning every time I start vim; tracked it down here.
~/.local/share/nvim $ rg ts_utils\.get_node_range plugged/nvim-biscuits/lua/nvim-biscuits/init.lua 51: ts_utils.get_node_range(node) plugged/nvim-biscuits/lua/nvim-biscuits/languages/html.lua 10: ts_utils.get_node_range(ts_node) plugged/nvim-biscuits/lua/nvim-biscuits/languages/python.lua 13: ts_utils.get_node_range(ts_node) 15: ts_utils.get_node_range(ts_node:parent()) plugged/nvim-treesitter/lua/nvim-treesitter/ts_utils.lua 326: "nvim-treesitter.ts_utils.get_node_range is deprecated: use vim.treesitter.get_node_range",
The text was updated successfully, but these errors were encountered:
There is an open PR for this #43 . Maybe @cmgriffing would review it when he got time.
Sorry, something went wrong.
Thanks everyone. Sorry for the delay in merging the PR.
Please reopen the issue if it actually does not solve it.
I updated to latest commit and confirmed the warning is gone.
No branches or pull requests
Hi! Thanks for the great plugin.
I'm getting a deprecation warning every time I start vim; tracked it down here.
The text was updated successfully, but these errors were encountered: