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: https://github.com/nvim-treesitter/playground/blob/4044b53c4d4fcd7a78eae20b8627f78ce7dc6f56/lua/nvim-treesitter-playground/internal.lua#L650 If I comment it out, it works fine again. Any ideas?
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?