mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: update interface following languagetree merge (#687)
This commit is contained in:
parent
3c07232d07
commit
808765a6c8
11 changed files with 16 additions and 204 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue