From 876d52fee3e41d2c6d166bc05b06072fe443fb5e Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 16 Jan 2023 23:36:01 +0100 Subject: [PATCH] fix(windows): set version=false for treesitter. Last release is too old and broken on Windows. Fixes #2 --- lua/lazyvim/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index 8bae88fe..8a7e4b38 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -1,6 +1,7 @@ return { { "nvim-treesitter/nvim-treesitter", + version = false, -- last release is way too old and doesn't work on Windows build = ":TSUpdate", event = "BufReadPost", keys = {