romgrk / barbar.nvim

The neovim tabline plugin.
2.3k stars 85 forks source link

Barbar disables itself after an error #268

Closed sawa-ko closed 2 years ago

sawa-ko commented 2 years ago

Preamble (you can delete this section):

Description

Every time I use the PackerSync command and press Q to close the Packer window I get that error message and the bar stops working. I don't understand what is going on.

To Reproduce

init.lua:

return require('packer').startup(function(use)
    use {
        'romgrk/barbar.nvim',
        requires = {'kyazdani42/nvim-web-devicons'},
        config = function()
            vim.g.bufferline = {
                animation = true,
                closable = true,
                clickable = true
            }
        end
    }
end)

Steps to reproduce the behavior:

  1. Install plugin
  2. run PackerSync

Screenshots image

Informations Neovim version: 0.7.2

Iron-E commented 2 years ago

Dupe of https://github.com/romgrk/barbar.nvim/issues/218#issuecomment-1139962844