Compare commits

..

2 Commits

Author SHA1 Message Date
97996faf75 chore(main): release 0.2.2-alpha (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-16 23:44:53 +01:00
876d52fee3 fix(windows): set version=false for treesitter. Last release is too old and broken on Windows. Fixes #2 2023-01-16 23:36:05 +01:00
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.2.2-alpha](https://github.com/LazyVim/LazyVim/compare/v0.2.1-alpha...v0.2.2-alpha) (2023-01-16)
### Bug Fixes
* **windows:** set version=false for treesitter. Last release is too old and broken on Windows. Fixes [#2](https://github.com/LazyVim/LazyVim/issues/2) ([876d52f](https://github.com/LazyVim/LazyVim/commit/876d52fee3e41d2c6d166bc05b06072fe443fb5e))
## [0.2.1-alpha](https://github.com/LazyVim/LazyVim/compare/v0.2.0-alpha...v0.2.1-alpha) (2023-01-16)

View File

@ -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 = {