fix(windows): set version=false for treesitter. Last release is too old and broken on Windows. Fixes #2
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user