mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(treesitter): nvim-treesitter on longer support nvim-0.11, so pin when needed. Fixes #7092
This commit is contained in:
parent
d07070bf2f
commit
ef272ff7cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue