fix: update interface following languagetree merge (#687)

This commit is contained in:
Thomas Vigouroux 2020-11-23 19:46:27 +01:00 committed by GitHub
parent 3c07232d07
commit 808765a6c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 204 deletions

View file

@ -1,5 +1,6 @@
--TODO(theHamsta): remove once stabilized!
if not pcall(require,"vim.treesitter.query") then
if not pcall(require,"vim.treesitter.languagetree")
and vim.fn.getenv('CI') == 0 then -- TODO(vigoux): remove once new nightlies are built
error("nvim-treesitter requires a more recent Neovim nightly version!")
end