SmiteshP/nvim-gps

[Bug] nvim treesitter get node text has been deprecated

Closed this issue · 1 comments

It seems that in a recent nvim-treesitter update the ts_utils.get_node_text helper function has been deprecated in favour of using the now builting vim.treesitter.get_node_text this causes users on 0.7.0 using this plugin to see errors on startup.

Reference: nvim-treesitter/nvim-treesitter@c3848e7

Hmm.. does this mean I will have to drop support for the older versions of neovim?