ecosse3 / nvim

A non-minimal Neovim config built to work most efficiently with Frontend Development
GNU General Public License v3.0
1.21k stars 109 forks source link

fix(tree): use bufferline.api to set offset #101

Closed akiletour closed 1 year ago

akiletour commented 1 year ago

Hi,

bufferline.state to set offset is now deprecated, we need to use bufferline.api

ecosse3 commented 1 year ago

Thank you! Had it on my local branch and forgot to push 😅