nvim: untag treesitter

This commit is contained in:
Trianta 2024-09-14 00:03:16 -05:00
parent f1edd6e561
commit 04af74924f

View File

@ -7,6 +7,5 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
build = ":TSUpdate", build = ":TSUpdate",
tag = "v0.9.2",
} }
} }