diff options
Diffstat (limited to 'lua/nvim-treesitter.lua')
| -rw-r--r-- | lua/nvim-treesitter.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/nvim-treesitter.lua b/lua/nvim-treesitter.lua index aeee269d2..bde7c2ffc 100644 --- a/lua/nvim-treesitter.lua +++ b/lua/nvim-treesitter.lua @@ -1,6 +1,5 @@ ---TODO(theHamsta): remove once stabilized! if not pcall(require,"vim.treesitter.languagetree") - and vim.fn.getenv('CI') == 0 then -- TODO(vigoux): remove once new nightlies are built + and vim.fn.getenv('CI') == vim.NIL then -- TODO(vigoux): remove once new nightlies are built error("nvim-treesitter requires a more recent Neovim nightly version!") end |
