Conversation
remove lazy-lock.json
changed treesitter to master for temp fix
|
There's also #1657 with all the changes to accommodate |
| 'nvim-treesitter/nvim-treesitter', | ||
| branch = "master", | ||
| build = ':TSUpdate', | ||
| main = 'nvim-treesitter.configs', -- Sets main module to use for opts |
There was a problem hiding this comment.
You just need to change .configs to .config on line 945 per this issue: #1771
There was a problem hiding this comment.
This is WRONG, I don't understand why people keep repeating this nonsense. This PR is the ONLY correct fix(!).
(Transitioning to the main branch would be a breaking change for users, since that is effectively a different plugin with much reduced functionality (but much better maintainability.))
|
ok, i think i did the right fix. Sorry for delays. |
|
Note: It's unlikely that the |
Updated nvim-treesitter config to follow the stable 'master' branch (as opposed to the now default 'main' branch) as a temporary fix.