Fix crashing on edit html

This commit is contained in:
Tyler Perkins 2024-12-21 18:56:08 -05:00
parent 79ce937f9e
commit 6c16fd104d
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

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