Compare commits
2 Commits
v0.2.1-alp
...
v0.2.2-alp
Author | SHA1 | Date | |
---|---|---|---|
97996faf75 | |||
876d52fee3 |
@ -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)
|
||||
|
||||
|
||||
|
@ -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