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
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
I was syncing my kickstart fork this today and encountered this error after the merge.
I went ahead and found install is actually nil which caused require('nvim-treesitter').install(parsers) to raise an error.
I was using nvim v0.11.0 when I first saw this error and then I updated to v0.12.2 and the error still exist, so I guess the error is from the plugin.
To Reproduce
Simply use nvim with the config of the current main and you will see the error pop up.
Before Reporting an Issue
I have read the kickstart.nvim README.md.
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
I was syncing my kickstart fork this today and encountered this error after the merge.

I went ahead and found
installis actuallynilwhich causedrequire('nvim-treesitter').install(parsers)to raise an error.I was using nvim v0.11.0 when I first saw this error and then I updated to v0.12.2 and the error still exist, so I guess the error is from the plugin.
To Reproduce
Desktop
Neovim Version
v0.12.2