Skip to content

Commit 9cbb4ff

Browse files
committed
chore: Add deprecation notice (treesiter master)
1 parent dec6950 commit 9cbb4ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/vnext/plugins/treesitter.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
return {
22
"nvim-treesitter/nvim-treesitter",
3+
-- TODO: master is deprecated but treesitter-endwise does not work with main branch
4+
branch = "master",
35
build = ":TSUpdate",
46
event = { "BufReadPost", "BufNewFile" },
57
opts = {

0 commit comments

Comments
 (0)