utilyre / barbecue.nvim

Visual Studio Code inspired breadcrumbs plugin for the Neovim editor
MIT License
776 stars 31 forks source link

fix(autocmd): use WindowScrolled for nvim-0.8 #57

Closed nickp-real closed 1 year ago

nickp-real commented 1 year ago

I recently found it broken in nvim 0.8.2 WinResized is coming after nvim 0.9 So you might use nvim 0.9, I make the condition where if the user uses nvim 0.9, use the WinResized else Winscrolled.

utilyre commented 1 year ago

Thanks!