utilyre / barbecue.nvim

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

feat: truncation of winbar when there is not enough room #20

Closed utilyre closed 1 year ago

utilyre commented 1 year ago

Reference: #16

olimorris commented 1 year ago

All seems to be working great. I keep get an annoying barbecue: truncation methods other that 'simple' are not supported yet prompt on startup though

utilyre commented 1 year ago

Yeah I didn't want to have the default method be simple. But since it was the only one that's been implemented, I left a notification there and made it set the method to simple temporarily. It's going to be removed once merged.

Here's a workaround though


require'barbecue'.setup({
  truncation = {
    method = 'simple'
  }
})