mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Remove 'CI' guard (we can have now the newest version of nvim again)
This commit is contained in:
parent
939d2e574e
commit
3727be629c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
if not pcall(require,"vim.treesitter.languagetree")
|
||||
and vim.fn.getenv('CI') == vim.NIL then -- TODO(vigoux): remove once new nightlies are built
|
||||
if not pcall(require,"vim.treesitter.languagetree") then
|
||||
error("nvim-treesitter requires a more recent Neovim nightly version!")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue