sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.6k stars 101 forks source link

Error on DiffView close #408

Closed xbladesub closed 11 months ago

xbladesub commented 11 months ago

Are there any ideas? image

sindrets commented 11 months ago

Reading the stack trace, you can see that this error is being raised from nvim-ts-rainbow. I'm guessing you're using the original, unmaintained version of the plugin, which started causing problems like this some time ago as it's no longer keeping up with upstream changes in nvim-treesitter. I recommend that you replace this plugin with one of the maintained forks like i.e. https://github.com/hiphish/rainbow-delimiters.nvim.