You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvim-treesitter.ts_utils.get_node_text is deprecated: use vim.treesitter.query.get_node_text
E5108: Error executing lua /usr/local/share/nvim/runtime/lua/vim/lsp/util.lua:364: offset_encoding: expected string, got nil
stack traceback:
[C]: in function 'error'
vim/shared.lua: in function 'validate'
/usr/local/share/nvim/runtime/lua/vim/lsp/util.lua:364: in function 'doc_node_at_cursor'
whenever trying to use the plugin on latest nightly. vim.treesitter.query.get_node_text should be used instead of nvim-treesitter.ts_utils.get_node_text
The text was updated successfully, but these errors were encountered:
Getting
whenever trying to use the plugin on latest nightly.
vim.treesitter.query.get_node_text
should be used instead ofnvim-treesitter.ts_utils.get_node_text
The text was updated successfully, but these errors were encountered: