Skip to content

Commit

Permalink
fix(windows): set version=false for treesitter. Last release is too o…
Browse files Browse the repository at this point in the history
…ld and broken on Windows. Fixes #2
  • Loading branch information
folke committed Jan 16, 2023
1 parent b890129 commit 876d52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/treesitter.lua
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 876d52f

Please sign in to comment.