Remove 'CI' guard (we can have now the newest version of nvim again)

This commit is contained in:
Stephan Seitz 2020-12-05 22:09:34 +01:00 committed by Thomas Vigouroux
parent 939d2e574e
commit 3727be629c

View file

@ -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