rm treesitter tag & fix #2697

This commit is contained in:
siduck 2024-02-29 08:47:12 +05:30 committed by Tim Blume
parent f1386eaedf
commit 20f0c57e31

View file

@ -70,7 +70,6 @@ local default_plugins = {
{
"nvim-treesitter/nvim-treesitter",
event = { "BufReadPost", "BufNewFile" },
tag = "v0.9.2",
cmd = { "TSInstall", "TSBufEnable", "TSBufDisable", "TSModuleInfo" },
build = ":TSUpdate",
opts = function()