fix(treesitter): nvim-treesitter on longer support nvim-0.11, so pin when needed. Fixes #7092

This commit is contained in:
Folke Lemaitre 2026-04-02 10:11:23 +02:00
parent d07070bf2f
commit ef272ff7cc
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -6,6 +6,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
branch = "main",
commit = vim.fn.has("nvim-0.12") == 0 and "7caec274fd19c12b55902a5b795100d21531391f" or nil,
version = false, -- last release is way too old and doesn't work on Windows
build = function()
local TS = require("nvim-treesitter")