From 04af74924f595a37743dfaa0304132bd7c8f7c75 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:03:16 -0500 Subject: [PATCH] nvim: untag treesitter --- nvim/lua/trianta/colors.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/lua/trianta/colors.lua b/nvim/lua/trianta/colors.lua index 62b5771..c2cb8d1 100644 --- a/nvim/lua/trianta/colors.lua +++ b/nvim/lua/trianta/colors.lua @@ -7,6 +7,5 @@ return { { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate", - tag = "v0.9.2", } }