mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-22 07:54:15 +00:00
Further pin treesitter
This commit is contained in:
parent
a72cd84801
commit
145b58e4e5
@ -448,7 +448,8 @@ return {
|
|||||||
"https://github.com/nvim-treesitter/nvim-treesitter",
|
"https://github.com/nvim-treesitter/nvim-treesitter",
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
version = utils.map_version_rule({
|
version = utils.map_version_rule({
|
||||||
[">=0.9.2"] = utils.nil_val,
|
[">=0.10.0"] = utils.nil_val,
|
||||||
|
[">=0.9.2"] = "0.9.3",
|
||||||
["==0.9.2"] = "0.9.2",
|
["==0.9.2"] = "0.9.2",
|
||||||
["==0.9.1"] = "0.9.1",
|
["==0.9.1"] = "0.9.1",
|
||||||
["==0.9.0"] = "0.9.0",
|
["==0.9.0"] = "0.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user