chore: deprecate ts_utils.get_node_text

This commit is contained in:
Stephan Seitz 2022-04-15 22:12:51 +02:00
parent 21ac88b955
commit c3848e713a
4 changed files with 14 additions and 36 deletions

View file

@ -1,7 +1,3 @@
if not pcall(require, "vim.treesitter.languagetree") then
error "nvim-treesitter requires a more recent Neovim nightly version!"
end
local install = require "nvim-treesitter.install"
local utils = require "nvim-treesitter.utils"
local ts_utils = require "nvim-treesitter.ts_utils"