nixvim
nixvim copied to clipboard
[Bug] Bufferline plugin is not initialized
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.
Calling setup with parens fixes this.
Every other plugin under plugins/bufferlines uses require(...).setup(${helpers.toLuaObject setupOptions}) (with parens) e.g.