Skip to content

[Bug] Bufferline plugin is not initialized #1027

@borisoid

Description

@borisoid

This line require('bufferline').setup${helpers.toLuaObject setupOptions} has no parens for a setup call. As a result I get require('bufferline').setup{} line in init.lua and the plugin is not initialized.

It does start showing nvim tabs though, idk why.
image

Calling setup with parens fixes this.
image

Every other plugin under plugins/bufferlines uses require(...).setup(${helpers.toLuaObject setupOptions}) (with parens) e.g.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions