You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
It works fine with nvim-0.8.x but failed to work with nvim github latest(NVIM v0.9.0-dev-1248+g204a8b17c)
I can not reproduce with minium vimrc.
The issue seems to related to this line:
playground/lua/nvim-treesitter-playground/internal.lua
Line 650 in 4044b53
If I comment it out, it works fine again.
Any ideas?