mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 04:14:37 +02:00
fix(windows): set version=false for treesitter. Last release is too old and broken on Windows. Fixes #2
This commit is contained in:
parent
b890129aec
commit
876d52fee3
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue